diff options
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index d06741f1b6..9f2b7a26c3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -412,7 +412,7 @@ static int included_patches[] = { // 2031, // 2030 NA // 2029, - // 2028, + 2028, // 2027 NA // 2026 NA // 2025 NA @@ -421,7 +421,7 @@ static int included_patches[] = { // 2022, // 2021, // 2020 NA - // 2019, + 2019, // 2018, // 2017, // 2016 NA @@ -470,7 +470,7 @@ static int included_patches[] = { 1973, // 1972, 1971, - // 1970, + 1970, // 1969 NA // 1968, 1967, @@ -500,7 +500,7 @@ static int included_patches[] = { // 1943 NA // 1942 NA 1941, - // 1940, + 1940, // 1939 NA // 1938 NA 1937, @@ -564,7 +564,7 @@ static int included_patches[] = { // 1879 NA // 1878 NA // 1877 NA - // 1876, + 1876, 1875, // 1874 NA // 1873 NA @@ -606,6 +606,7 @@ static int included_patches[] = { 1837, 1836, 1835, + 1834, 1833, 1832, 1831, @@ -646,7 +647,7 @@ static int included_patches[] = { // 1796 NA // 1795 NA // 1794 NA - // 1793, + 1793, // 1792 NA // 1791 NA // 1790 NA @@ -655,9 +656,9 @@ static int included_patches[] = { // 1788 NA // 1787 NA // 1786 NA - // 1785, + 1785, // 1784 NA - // 1783, + 1783, 1782, // 1781, 1780, |
