1
0
forked from aniani/vim

updated for version 7.3.874

Problem:    Comparing file names does not handle multi-byte characters
            properly.
Solution:   Implement multi-byte handling.
This commit is contained in:
Bram Moolenaar
2013-03-19 18:31:49 +01:00
parent c2c355df6f
commit d0e2d94589
3 changed files with 29 additions and 21 deletions

View File

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