diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index c95be072cf..5fd94fcee8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -78,6 +78,22 @@ NULL // clang-format off static const int included_patches[] = { + 1435, + // 1434, + // 1433, + // 1432, + // 1431, + // 1430, + // 1429, + // 1428, + // 1427, + // 1426, + // 1425, + // 1424, + // 1423, + // 1422, + // 1421, + // 1420, 1419, // 1418, // 1417, @@ -1039,7 +1055,7 @@ static const int included_patches[] = { 461, // 460, 459, - // 458, + 458, 457, // 456, // 455, @@ -1063,7 +1079,7 @@ static const int included_patches[] = { 437, // 436, // 435, - // 434, + 434, 433, // 432, 431, @@ -1073,7 +1089,7 @@ static const int included_patches[] = { 427, 426, // 425, - // 424, + 424, 423, // 422, 421, @@ -1312,7 +1328,7 @@ static const int included_patches[] = { 188, 187, 186, - // 185, + 185, // 184, 183, 182, @@ -1322,7 +1338,7 @@ static const int included_patches[] = { 178, 177, 176, - // 175, + 175, 174, 173, 172, |