forked from aniani/vim
updated for version 7.2-067
This commit is contained in:
@@ -10106,7 +10106,7 @@ makeopens(fd, dirnow)
|
|||||||
*/
|
*/
|
||||||
if (put_line(fd, "let s:sx = expand(\"<sfile>:p:r\").\"x.vim\"") == FAIL
|
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, "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)
|
|| put_line(fd, "endif") == FAIL)
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
|
||||||
|
@@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
67,
|
||||||
/**/
|
/**/
|
||||||
66,
|
66,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user