commit | e266d6d664d6d743c79797af400b2c01ec746216 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 20:51:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 20:51:32 2016 +0100 |
tree | 1ffe362d1ab3041e640d2ff71a042a5147b4b4a5 | |
parent | fce7b3d24fd18b1486e474e933a95f9090df9973 [diff] [blame] |
patch 7.4.1140 Problem: Recognizing <sid> does not work when the language is Turkish. (Christian Brabandt) Solution: Use MB_STNICMP() instead of STNICMP().
diff --git a/src/version.c b/src/version.c index 5a0ed90..c1b8f5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1140, +/**/ 1139, /**/ 1138,