0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

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,
/**/