1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-01-26 22:51:56 +01:00
parent 65c836e600
commit cc5b22b3bf
5 changed files with 216 additions and 33 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
243,
/**/
242,
/**/