From 40e7efe91cb60fc65eafece2c923a527d55de20d Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Sun, 22 May 2016 01:25:36 -0700 Subject: vim-patch:7.4.1150 Problem: 'langmap' applies to the first character typed in Select mode. (David Watson) Solution: Check for SELECTMODE. (Christian Brabandt, closes #572) Add the 'x' flag to feedkeys(). https://github.com/vim/vim/commit/25281634cda03ce302aaf9f906a9520b5f81f91e --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 0f51f4af6e..b354c2eaeb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -543,7 +543,7 @@ static int included_patches[] = { // 1153, // 1152 NA // 1151, - // 1150, + 1150, 1149, // 1148 NA // 1147, -- cgit From 24a329b53aa3be03ed79768cca04d63d6bb93891 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Sun, 22 May 2016 01:33:27 -0700 Subject: vim-patch:7.4.1151 Problem: Missing change to eval.c Solution: Also change feedkeys(). https://github.com/vim/vim/commit/5f8a14b9dea094b8bbab94cfc1e8da8e633fbc01 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index b354c2eaeb..99bf21466d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -542,7 +542,7 @@ static int included_patches[] = { // 1154 NA // 1153, // 1152 NA - // 1151, + 1151, 1150, 1149, // 1148 NA -- cgit