summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-12-09 10:18:03 +0000
committervimboss <devnull@localhost>2008-12-09 10:18:03 +0000
commit44dcb392869b393919b52b041960a612b9b80005 (patch)
treec6ac000064d2ae533282a93a7dfdcfc73e5c3190
parent77dcd6e25723227b86adf9b6dd689b6427b5efd2 (diff)
downloadvim-7.2.067.tar.gz
updated for version 7.2-067v7.2.067v7-2-067
-rw-r--r--src/ex_docmd.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 3e40669e..b060e63e 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(\"<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;
diff --git a/src/version.c b/src/version.c
index 10b42d15..6449e19e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 67,
+/**/
66,
/**/
65,