]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.165 v7.3.165
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2011 15:21:53 +0000 (17:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Apr 2011 15:21:53 +0000 (17:21 +0200)
Problem:    ":find" completion does not escape spaces in a directory name.
            (Isz)
Solution:   Add backslashes for EXPAND_FILES_IN_PATH. (Carlo Teubner)

src/ex_getln.c
src/version.c

index 66d2ec44abbb0b8f548c8637b6005239c50c058b..ed45f5716f7c20cfb02f39ed975a3db08fe797da 100644 (file)
@@ -3702,6 +3702,7 @@ ExpandEscape(xp, str, numfiles, files, options)
     if (options & WILD_ESCAPE)
     {
        if (xp->xp_context == EXPAND_FILES
+               || xp->xp_context == EXPAND_FILES_IN_PATH
                || xp->xp_context == EXPAND_SHELLCMD
                || xp->xp_context == EXPAND_BUFFERS
                || xp->xp_context == EXPAND_DIRECTORIES)
index 8fb7cf35394273fb7acd4631b6211d9285fba592..0bc4b7f736fa7032d0ba2379a0263a2414feb1c8 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    165,
 /**/
     164,
 /**/