From 089f977d18c591a0b363dc98bb2215210fb2860b Mon Sep 17 00:00:00 2001 From: Scott Prager Date: Wed, 22 Oct 2014 17:09:42 -0400 Subject: version: update patches to 488 --- src/nvim/version.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 5b829ef310..467cc01c42 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -175,6 +175,36 @@ static char *(features[]) = { }; static int included_patches[] = { + //488, + //487, + //486, + //485, + //484, + //483, + //482, + //481, + //480, + //479, + //478, + //477, + //476, + //475, + //474, + //473, + //472, + //471, + //470, + //469, + //468, + //467, + //465, + //464, + //463, + //462, + //461, + //460, + //459, + //458, //457, //456, //455, -- cgit