From f09f6ba2e4f6474a182e82763193d8820cca95db Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Thu, 14 Apr 2016 22:17:01 +0200 Subject: Update version.c to 7.4.1284 --- src/nvim/version.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index 09764d0512..3b160d0d99 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -78,6 +78,8 @@ static int included_patches[] = { 1511, 1425, 1366, + 1284, + // 1283 1282, // 1281 // 1280 @@ -330,7 +332,7 @@ static int included_patches[] = { // 1033 NA, 1032, // 1031 NA, - // 1030, + 1030, 1029, // 1028 NA, 1027, @@ -359,8 +361,8 @@ static int included_patches[] = { // 1004 NA, // 1003 NA, // 1002 NA, - // 1001, - // 1000, + 1001, + 1000, // 999 NA // 998, // 997 NA -- cgit