From f137307dcee02ee287f77b986281232b42d36a86 Mon Sep 17 00:00:00 2001 From: Marvim the Paranoid Android Date: Fri, 3 Jul 2020 22:29:46 +0200 Subject: [PATCH] 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 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,