diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2018-01-21 11:04:39 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-21 11:04:39 +0100 |
commit | 72422b0748afb8f507ec6b91e122b0dee2a74159 (patch) | |
tree | 3f0918a8529bfc282a312988ccad22d148bb8116 /src | |
parent | eb4aab7173fa1733f77bb6d7117351b47ada6134 (diff) | |
download | rneovim-72422b0748afb8f507ec6b91e122b0dee2a74159.tar.gz rneovim-72422b0748afb8f507ec6b91e122b0dee2a74159.tar.bz2 rneovim-72422b0748afb8f507ec6b91e122b0dee2a74159.zip |
version.c: update [ci skip] (#7828)
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 110 |
1 files changed, 86 insertions, 24 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 2181f13c41..0363f528c6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -78,6 +78,68 @@ NULL // clang-format off static const int included_patches[] = { + 1419, + // 1418, + // 1417, + // 1416, + // 1415, + // 1414, + // 1413, + // 1412, + // 1411, + // 1410, + // 1409, + // 1408, + // 1407, + // 1406, + // 1405, + // 1404, + // 1403, + // 1402, + // 1401, + // 1400, + // 1399, + // 1398, + // 1397, + // 1396, + // 1395, + // 1394, + // 1393, + // 1392, + // 1391, + // 1390, + // 1389, + // 1388, + // 1387, + // 1386, + // 1385, + // 1384, + // 1383, + // 1382, + // 1381, + // 1380, + // 1379, + // 1378, + // 1377, + // 1376, + // 1375, + // 1374, + // 1373, + // 1372, + // 1371, + // 1370, + // 1369, + // 1368, + // 1367, + // 1366, + // 1365, + // 1364, + // 1363, + // 1362, + // 1361, + // 1360, + // 1359, + // 1358, 1357, // 1356, // 1355, @@ -210,7 +272,7 @@ static const int included_patches[] = { // 1228, // 1227, // 1226, - // 1225, + 1225, // 1224, // 1223, // 1222, @@ -643,7 +705,7 @@ static const int included_patches[] = { // 795, // 794, // 793, - // 792, + 792, // 791, // 790, // 789, @@ -777,7 +839,7 @@ static const int included_patches[] = { // 661, // 660, // 659, - // 658, + 658, 657, // 656, // 655, @@ -834,7 +896,7 @@ static const int included_patches[] = { // 604, // 603, // 602, - // 601, + 601, // 600, // 599, // 598, @@ -853,7 +915,7 @@ static const int included_patches[] = { // 585, 584, // 583, - // 582, + 582, // 581, 580, 579, @@ -1012,9 +1074,9 @@ static const int included_patches[] = { // 426, // 425, // 424, - // 423, + 423, // 422, - // 421, + 421, 420, // 419, // 418, @@ -1029,39 +1091,39 @@ static const int included_patches[] = { // 409, 408, 407, - // 406, + 406, 405, 404, // 403, - // 402, + 402, // 401, 400, // 399, - // 398, + 398, // 397, // 396, // 395, 394, 393, // 392, - // 391, + 391, 390, - // 389, + 389, 388, // 387, // 386, - // 385, + 385, // 384, // 383, // 382, - // 381, - // 380, + 381, + 380, 379, 378, 377, 376, // 375, - // 374, + 374, // 373, // 372, // 371, @@ -1071,7 +1133,7 @@ static const int included_patches[] = { // 367, // 366, // 365, - // 364, + 364, // 363, // 362, // 361, @@ -1083,8 +1145,8 @@ static const int included_patches[] = { // 355, // 354, 353, - // 352, - // 351, + 352, + 351, // 350, // 349, // 348, @@ -1231,13 +1293,13 @@ static const int included_patches[] = { // 207, 206, 205, - // 204, + 204, 203, - // 202, - // 201, - // 200, + 202, + 201, + 200, 199, - // 198, + 198, // 197, 196, 195, |