diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-01-30 20:48:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 20:48:49 -0500 |
commit | 55add1c1c8a9a040f02a880096ca153f7db3e501 (patch) | |
tree | 656a91cef0764b54d0cf0187c9905d6b14cc5487 /src/nvim/version.c | |
parent | 4e8a01a306baa44c1373318a327de5d0de8406ba (diff) | |
download | rneovim-55add1c1c8a9a040f02a880096ca153f7db3e501.tar.gz rneovim-55add1c1c8a9a040f02a880096ca153f7db3e501.tar.bz2 rneovim-55add1c1c8a9a040f02a880096ca153f7db3e501.zip |
version.c: update [ci skip] (#13705)
vim-patch:8.2.2307: a shell command in the vimrc causes terminal output
vim-patch:8.2.2312: build failure with Ruby 3.0 and 32 bits
vim-patch:8.2.2326: build error with +eval feature but without +spell
vim-patch:8.2.2337: configure test for GTK only says "no"
vim-patch:8.2.2346: Codecov reports every little coverage drop
vim-patch:8.2.2347: build failure without GUI
vim-patch:8.2.2348: no check for modified files after focus gained
vim-patch:8.2.2352: if focus lost/gained is received twice code is not ignored
vim-patch:8.2.2358: wrong #ifdef for use_xterm_like_mouse()
vim-patch:8.2.2383: focus escape sequences are not named
vim-patch:8.2.2407: old jumplist code is never used
vim-patch:8.2.2408: MinGW: "--preprocessor" flag no longer supported
vim-patch:8.2.2431: warning for -fno-strength-reduce with Clang 11
vim-patch:8.2.2432: libvterm tests are executed even when libtool doesn't work
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 834d27cc84..deba3f6e49 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -300,7 +300,7 @@ static const int included_patches[] = { 1620, 1619, 1618, - // 1617, + 1617, // 1616, 1615, 1614, @@ -392,7 +392,7 @@ static const int included_patches[] = { 1528, 1527, 1526, - // 1525, + 1525, 1524, 1523, 1522, @@ -462,7 +462,7 @@ static const int included_patches[] = { 1458, 1457, 1456, - // 1455, + 1455, 1454, 1453, 1452, |