commit | cc5b22b3bfdc0e9e835cf7871166badda31447bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 22:51:56 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 22:51:56 2017 +0100 |
tree | 11e117ab82deca899a492b823dd0b0cb1c0ed37b | |
parent | 65c836e6004647196ae0bc18e409a9e7b79207c0 [diff] [blame] |
patch 8.0.0243: tolower() does not work if the byte count changes Problem: When making a character lower case with tolower() changes the byte cound, it is not made lower case. Solution: Add strlow_save(). (Dominique Pelle, closes #1406)
diff --git a/src/version.c b/src/version.c index df3ff07..d86705f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 243, +/**/ 242, /**/ 241,