]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-067 v7.2.067
authorBram Moolenaar <Bram@vim.org>
Tue, 9 Dec 2008 10:18:03 +0000 (10:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 9 Dec 2008 10:18:03 +0000 (10:18 +0000)
src/ex_docmd.c
src/version.c

index 3e40669e338eb9730c370c16c454fe8d750e391c..b060e63ed7ea590efdd252c7896a8f846d73f7b1 100644 (file)
@@ -10106,7 +10106,7 @@ makeopens(fd, dirnow)
      */
     if (put_line(fd, "let s:sx = expand(\"<sfile>:p:r\").\"x.vim\"") == FAIL
            || put_line(fd, "if file_readable(s:sx)") == FAIL
-           || put_line(fd, "  exe \"source \" . s:sx") == FAIL
+           || put_line(fd, "  exe \"source \" . fnameescape(s:sx)") == FAIL
            || put_line(fd, "endif") == FAIL)
        return FAIL;
 
index 10b42d152f4dab1a6b347c7988752c8e5a7f55ae..6449e19eb0b34da24658b362c830d68f3e2eef2d 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    67,
 /**/
     66,
 /**/