1
0
forked from aniani/vim

updated for version 7.4.175

Problem:    When a wide library function fails, falling back to the non-wide
            function may do the wrong thing.
Solution:   Check the platform, when the wide function is supported don't fall
            back to the non-wide function. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2014-02-11 17:06:00 +01:00
parent 3b5226121d
commit cd981f2e0f
3 changed files with 15 additions and 8 deletions

View File

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