commit | 3317d5ebbe8304da82b8088446060afcae0012af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 19:12:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 08 19:12:06 2017 +0200 |
tree | 3fae78d230c1d391b9b13cb4c693b28f0e8ad02b | |
parent | d34f9b1155a6b470e1dc766ff98192f440e7eba7 [diff] [blame] |
patch 8.0.0552: toupper and tolower don't work properly for Turkish Problem: Toupper and tolower don't work properly for Turkish when 'casemap' is empty. (Bjorn Linse) Solution: Check the 'casemap' options when deciding how to upper/lower case.
diff --git a/src/version.c b/src/version.c index 2ea5708..e37178b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 552, +/**/ 551, /**/ 550,