From c78aeb0d467f0cca48c3741c7766790e28646450 Mon Sep 17 00:00:00 2001 From: watiko Date: Wed, 17 Feb 2016 03:24:54 +0900 Subject: vim-patch:7.4.941 Problem: There is no way to ignore case only for tag searches. Solution: Add the 'tagcase' option. (Gary Johnson) https://github.com/vim/vim/commit/0f6562e9036f889185dff49a75c7fc5ffb28b307 --- 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 4e875516c0..0f78d365ca 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -349,7 +349,7 @@ static int included_patches[] = { 944, // 943 NA // 942, - // 941, + 941, // 940 NA 939, // 938 NA -- cgit From 755d4e82b104a950dc757deac572745d058e0a05 Mon Sep 17 00:00:00 2001 From: watiko Date: Wed, 17 Feb 2016 04:40:32 +0900 Subject: vim-patch:7.4.942 Problem: test_tagcase breaks for small builds. Solution: Bail out of the test early. (Hirohito Higashi) https://github.com/vim/vim/commit/60422e68a3a555144f8c76c666f050e8d104c16b --- 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 0f78d365ca..87bdb409bb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -348,7 +348,7 @@ static int included_patches[] = { 945, 944, // 943 NA - // 942, + 942, 941, // 940 NA 939, -- cgit From 07cc1aaae27de7388d8d1853f99cd6076d704474 Mon Sep 17 00:00:00 2001 From: watiko Date: Wed, 17 Feb 2016 04:42:18 +0900 Subject: vim-patch:7.4.957 Problem: Test_tagcase fails when using another language than English. Solution: Set the messages language to C. (Kenichi Ito) https://github.com/vim/vim/commit/bc96c29ffc753daef302d20322d1e3d560094f44 --- 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 87bdb409bb..e9c30f23d8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -333,7 +333,7 @@ static int included_patches[] = { // 960 NA // 959 NA 958, - // 957, + 957, // 956 NA 955, // 954 NA -- cgit