diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2020-07-03 22:29:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 22:29:46 +0200 |
commit | f137307dcee02ee287f77b986281232b42d36a86 (patch) | |
tree | 33e28bcd27138673a9c7d73f7ff7f21a206cbcf8 | |
parent | 7b529e7912517af078e005dd7b06b3d042be9cb7 (diff) | |
download | rneovim-f137307dcee02ee287f77b986281232b42d36a86.tar.gz rneovim-f137307dcee02ee287f77b986281232b42d36a86.tar.bz2 rneovim-f137307dcee02ee287f77b986281232b42d36a86.zip |
version.c: update [ci skip] (#12581)
vim-patch:8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI
vim-patch:8.2.1115: iminsert test fails when compiled with VIMDLL
vim-patch:8.2.1119: configure fails with Xcode 12 beta
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9d0bdea91f..190f13e74b 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -375,7 +375,7 @@ static const int included_patches[] = { 1546, 1545, // 1544, - // 1543, + 1543, 1542, 1541, 1540, |