diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-17 19:13:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-17 19:13:27 +0100 |
commit | b91e59b0f3b68913dba2042a55b8a50c8ddf50fb (patch) | |
tree | e1ef6e21741e70ec7476ccad51755bd08073b514 /src/version.c | |
parent | 639a2554e4a14f107d3d578ebebabf0fc13f276f (diff) | |
download | vim-b91e59b0f3b68913dba2042a55b8a50c8ddf50fb.zip |
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index bb265a91b..64e2a6067 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 401, +/**/ 400, /**/ 399, |