From 10f29f79f4e8240254b916160ae5bb17ff56d161 Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Fri, 11 Jan 2019 02:24:26 +0100 Subject: [PATCH] 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 --- src/nvim/version.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 9b9053d7a9946d..20b71ab72406df 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,