[7.2.401] ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight
commiteb71b9d99e862c0cbd0645a159c64afb05fb9a52
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 17 Mar 2010 19:12:22 +0000 (17 19:12 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 17 Mar 2010 19:12:22 +0000 (17 19:12 +0000)
tree209edb17c25bb2961b734d6b953a14349e8a7d58
parent86c15715661735985724ce92b564cae3833412cb
[7.2.401] ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight

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)

Patch 7.2.401
src/ex_getln.c
src/version.c