1
0
forked from aniani/vim

updated for version 7.3.888

Problem:    Filename completion with 'fileignorecase' does not work for
            multi-byte characters.
Solution:   Make 'fileignorecase' work properly. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2013-04-12 14:42:39 +02:00
parent e3e6e573d1
commit 38ec50bea8
2 changed files with 22 additions and 13 deletions

View File

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