1
0
forked from aniani/vim

updated for version 7.2-067

This commit is contained in:
Bram Moolenaar
2008-12-09 10:18:03 +00:00
parent 42022d5e45
commit 42ba12662e
2 changed files with 3 additions and 1 deletions

View 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;