diff options
author | Marvim the Paranoid Android <marvim@users.noreply.github.com> | 2019-01-11 02:24:26 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-11 02:24:26 +0100 |
commit | 10f29f79f4e8240254b916160ae5bb17ff56d161 (patch) | |
tree | 7d6fd4af2ca9fd06d1a1803769ec6d8288564102 | |
parent | 8986f70bdc07b2d92bbcf4ef3f63db48934cfbe1 (diff) | |
download | rneovim-10f29f79f4e8240254b916160ae5bb17ff56d161.tar.gz rneovim-10f29f79f4e8240254b916160ae5bb17ff56d161.tar.bz2 rneovim-10f29f79f4e8240254b916160ae5bb17ff56d161.zip |
version.c: update [ci skip] (#9444)
vim-patch:8.0.1336: cannot use imactivatefunc() unless compiled with +xim
vim-patch:8.0.1338: USE_IM_CONTROL is confusing and incomplete
vim-patch:8.1.0646: cannot build with Ruby 2.6.0
vim-patch:8.1.0656: trying to reconnect to X server may cause problems
vim-patch:8.1.0664: configure "fail-if-missing" does not apply to enable-gui
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 9b9053d7a9..20b71ab724 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -1641,7 +1641,7 @@ static const int included_patches[] = { 289, 288, 287, - // 286, + 286, 285, 284, 283, @@ -1676,7 +1676,7 @@ static const int included_patches[] = { 254, 253, 252, - // 251, + 251, 250, 249, 248, |