diff --git a/src/nvim/version.c b/src/nvim/version.c index 5658a28c0d..3f3ea23d5c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -215,8 +215,8 @@ static const int included_patches[] = { 2269, 2268, 2267, - // 2266, - // 2265, + 2266, + 2265, 2264, 2263, 2262, @@ -517,7 +517,7 @@ static const int included_patches[] = { 1967, 1966, 1965, - // 1964, + 1964, 1963, 1962, 1961, @@ -538,7 +538,7 @@ static const int included_patches[] = { 1946, 1945, // 1944, - // 1943, + 1943, 1942, 1941, 1940, @@ -670,8 +670,8 @@ static const int included_patches[] = { 1814, // 1813, 1812, - // 1811, - // 1810, + 1811, + 1810, 1809, 1808, 1807, @@ -881,7 +881,7 @@ static const int included_patches[] = { 1603, 1602, 1601, - // 1600, + 1600, 1599, 1598, // 1597, @@ -921,7 +921,7 @@ static const int included_patches[] = { 1563, 1562, // 1561, - // 1560, + 1560, // 1559, // 1558, 1557, @@ -2153,7 +2153,7 @@ static const int included_patches[] = { 331, 330, 329, - // 328, + 328, 327, 326, 325, @@ -2323,7 +2323,7 @@ static const int included_patches[] = { 161, 160, 159, - // 158, + 158, 157, 156, 155, @@ -2416,14 +2416,14 @@ static const int included_patches[] = { 68, 67, 66, - // 65, + 65, 64, 63, 62, 61, 60, 59, - // 58, + 58, 57, 56, 55, @@ -2481,7 +2481,7 @@ static const int included_patches[] = { 3, 2, 1, - // 0, + 0, }; // clang-format on