From: Bram Moolenaar Date: Tue, 9 Dec 2008 10:18:03 +0000 (+0000) Subject: updated for version 7.2-067 X-Git-Tag: v7.2.067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42ba12662e14a621aa36fc3d5d851af60116c970;p=vim updated for version 7.2-067 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 3e40669e3..b060e63ed 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -10106,7 +10106,7 @@ makeopens(fd, dirnow) */ if (put_line(fd, "let s:sx = expand(\":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; diff --git a/src/version.c b/src/version.c index 10b42d152..6449e19eb 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 67, /**/ 66, /**/