diff options
-rw-r--r-- | src/nvim/version.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 95e275bceb..b6861142cc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -80,7 +80,7 @@ static const int included_patches[] = { 2406, 2405, 2404, - // 2403, + 2403, 2402, 2401, 2400, @@ -384,7 +384,7 @@ static const int included_patches[] = { 2102, 2101, 2100, - // 2099, + 2099, 2098, 2097, 2096, @@ -413,15 +413,15 @@ static const int included_patches[] = { 2073, 2072, // 2071, - // 2070, - // 2069, - // 2068, - // 2067, - // 2066, + 2070, + 2069, + 2068, + 2067, + 2066, 2065, 2064, 2063, - // 2062, + 2062, 2061, 2060, 2059, @@ -430,16 +430,16 @@ static const int included_patches[] = { 2056, 2055, 2054, - // 2053, + 2053, 2052, 2051, 2050, 2049, - // 2048, - // 2047, - // 2046, + 2048, + 2047, + 2046, 2045, - // 2044, + 2044, 2043, 2042, 2041, |