diff options
-rw-r--r-- | src/nvim/version.c | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 966ecfd719..eacc3fd86e 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -78,6 +78,8 @@ NULL // clang-format off static const int included_patches[] = { + 1849, + // 1848, 1847, // 1846, // 1845, @@ -96,7 +98,7 @@ static const int included_patches[] = { 1832, // 1831, // 1830, - // 1829, + 1829, 1828, // 1827, 1826, @@ -177,7 +179,7 @@ static const int included_patches[] = { 1751, // 1750, 1749, - // 1748, + 1748, // 1747, // 1746, // 1745, @@ -191,7 +193,7 @@ static const int included_patches[] = { 1737, 1736, // 1735, - // 1734, + 1734, // 1733, // 1732, 1731, @@ -456,7 +458,7 @@ static const int included_patches[] = { 1472, 1471, 1470, - // 1469, + 1469, 1468, 1467, 1466, @@ -480,7 +482,7 @@ static const int included_patches[] = { // 1448, // 1447, 1446, - // 1445, + 1445, 1444, 1443, 1442, @@ -500,7 +502,7 @@ static const int included_patches[] = { 1428, 1427, 1426, - // 1425, + 1425, 1424, 1423, // 1422, @@ -575,19 +577,19 @@ static const int included_patches[] = { // 1353, 1352, 1351, - // 1350, + 1350, // 1349, // 1348, // 1347, // 1346, // 1345, // 1344, - // 1343, + 1343, // 1342, // 1341, // 1340, // 1339, - // 1338, + 1338, 1337, // 1336, // 1335, @@ -617,7 +619,7 @@ static const int included_patches[] = { 1311, 1310, // 1309, - // 1308, + 1308, // 1307, 1306, // 1305, @@ -645,7 +647,7 @@ static const int included_patches[] = { 1283, 1282, 1281, - // 1280, + 1280, 1279, // 1278, // 1277, @@ -790,7 +792,7 @@ static const int included_patches[] = { // 1138, // 1137, 1136, - // 1135, + 1135, // 1134, // 1133, // 1132, @@ -1575,7 +1577,7 @@ static const int included_patches[] = { 353, 352, 351, - // 350, + 350, 349, 348, 347, |