diff options
author | Patrick <patrick@bitscope.com> | 2016-07-01 15:35:57 +1000 |
---|---|---|
committer | Patrick <patrick@bitscope.com> | 2016-07-08 16:50:22 +1000 |
commit | 3e2daf7125242f647fc419f53f6cd55967db5ffa (patch) | |
tree | 39f494bcc322951caa3eea6e7a6900aca9a77328 /src/nvim/version.c | |
parent | 0d5edcef4a34bd0de4cf1eb267b8a40ed12e32fa (diff) | |
download | rneovim-3e2daf7125242f647fc419f53f6cd55967db5ffa.tar.gz rneovim-3e2daf7125242f647fc419f53f6cd55967db5ffa.tar.bz2 rneovim-3e2daf7125242f647fc419f53f6cd55967db5ffa.zip |
vim-patch:7.4.1140
Problem: Recognizing <sid> does not work when the language is Turkish.
(Christian Brabandt)
Solution: Use MB_STNICMP() instead of STNICMP().
https://github.com/vim/vim/commit/e266d6d664d6d743c79797af400b2c01ec746216
Note: Added new test
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b2c6b332d1..cc0a9b80c6 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -554,7 +554,7 @@ static int included_patches[] = { 1143, 1142, 1141, - // 1140, + 1140, // 1139 NA // 1138 NA 1137, |