1
0
forked from aniani/vim

updated for version 7.2.401

Problem:    ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight
            directory names with a space. (Alexandre Provencio)
Solution:   Remove the backslash before checking if the name is a directory.
            (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2010-03-17 19:13:27 +01:00
parent 639a2554e4
commit b91e59b0f3
2 changed files with 8 additions and 2 deletions

View File

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