From 225941ddd0b85a7570fe29a993868e4f5948c1f4 Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Mon, 9 Sep 2019 19:03:59 +0200 Subject: version.c: update [ci skip] #10961 vim-patch:8.1.1680: the command table is not well aligned vim-patch:8.1.1994: MS-Windows: cannot build with eval but without cscope vim-patch:8.1.2002: version number 2000 missing vim-patch:8.1.2003: MS-Windows: code page 65001 is not recognized vim-patch:8.1.2006: build failure with huge features but without channel feature vim-patch:8.1.2015: terminal altscreen test still fails sometimes vim-patch:8.1.2016: terminal altscreen test now fails on MS-Windows `beval` patches are N/A now. See https://github.com/neovim/neovim/pull/10942#issuecomment-528029830 vim-patch:8.0.1366: https://github.com/vim/vim/commit/1ad022a9b81d7829d5dc98cf5b8d0ee410558040 vim-patch:8.1.0444: unnecessary check for NULL pointer vim-patch:8.1.0652: freeing memory for balloon eval too early vim-patch:8.1.1302: v:beval_text is not tested in Visual mode vim-patch:8.1.1648: MS-Windows: build error with normal feaures vim-patch:8.1.1650: warning for using uninitialized variable vim-patch:8.1.1654: GUI: screen updates from 'balloonexpr' are not displayed vim-patch:8.1.1708: Coverity warns for using uninitialized variable --- src/nvim/version.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src') diff --git a/src/nvim/version.c b/src/nvim/version.c index a40c0aacac..b0619d6273 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -76,7 +76,7 @@ static const int included_patches[] = { 1845, 1844, 1843, - // 1842, + 1842, 1841, 1840, 1839, @@ -103,12 +103,12 @@ static const int included_patches[] = { 1818, // 1817, 1816, - // 1815, + 1815, 1814, 1813, // 1812, 1811, - // 1810, + 1810, 1809, 1808, 1807, @@ -368,7 +368,7 @@ static const int included_patches[] = { 1553, 1552, 1551, - // 1550, + 1550, 1549, 1548, 1547, @@ -572,7 +572,7 @@ static const int included_patches[] = { 1349, 1348, 1347, - // 1346, + 1346, // 1345, 1344, 1343, @@ -588,7 +588,7 @@ static const int included_patches[] = { 1333, 1332, 1331, - // 1330, + 1330, 1329, 1328, 1327, @@ -597,19 +597,19 @@ static const int included_patches[] = { 1324, 1323, 1322, - // 1321, - // 1320, + 1321, + 1320, 1319, - // 1318, + 1318, 1317, 1316, 1315, 1314, 1313, - // 1312, + 1312, 1311, 1310, - // 1309, + 1309, 1308, // 1307, 1306, @@ -625,7 +625,7 @@ static const int included_patches[] = { 1296, 1295, 1294, - // 1293, + 1293, // 1292, 1291, 1290, @@ -816,13 +816,13 @@ static const int included_patches[] = { 1105, 1104, 1103, - // 1102, + 1102, 1101, 1100, 1099, 1098, - // 1097, - // 1096, + 1097, + 1096, 1095, 1094, 1093, @@ -916,7 +916,7 @@ static const int included_patches[] = { 1005, 1004, 1003, - // 1002, + 1002, 1001, 1000, 999, @@ -942,7 +942,7 @@ static const int included_patches[] = { 979, 978, 977, - // 976, + 976, 975, 974, 973, @@ -962,7 +962,7 @@ static const int included_patches[] = { 959, 958, 957, - // 956, + 956, 955, 954, 953, @@ -986,7 +986,7 @@ static const int included_patches[] = { 935, // 934, 933, - // 932, + 932, 931, 930, 929, @@ -1522,7 +1522,7 @@ static const int included_patches[] = { 399, 398, 397, - // 396, + 396, 395, 394, 393, -- cgit