diff options
author | watiko <service@mail.watiko.net> | 2016-02-17 04:42:18 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-03-06 00:32:58 +0900 |
commit | 07cc1aaae27de7388d8d1853f99cd6076d704474 (patch) | |
tree | 0e95ce6be57230b6852f53fa470e4e56cf6e2770 | |
parent | 755d4e82b104a950dc757deac572745d058e0a05 (diff) | |
download | rneovim-07cc1aaae27de7388d8d1853f99cd6076d704474.tar.gz rneovim-07cc1aaae27de7388d8d1853f99cd6076d704474.tar.bz2 rneovim-07cc1aaae27de7388d8d1853f99cd6076d704474.zip |
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
-rw-r--r-- | src/nvim/testdir/test_tagcase.in | 1 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_tagcase.in b/src/nvim/testdir/test_tagcase.in index 6e68111925..d76dbab997 100644 --- a/src/nvim/testdir/test_tagcase.in +++ b/src/nvim/testdir/test_tagcase.in @@ -2,6 +2,7 @@ Tests for 'tagcase' option STARTTEST :so small.vim +:lang mess C :/^start text$/+1,/^end text$/w! Xtext :/^start tags$/+1,/^end tags$/-1w! Xtags :set tags=Xtags 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 |