1
0
forked from aniani/vim

updated for version 7.2-128

This commit is contained in:
Bram Moolenaar
2009-03-01 01:45:35 +00:00
parent 51306d2d8f
commit c0b3565d55
2 changed files with 3 additions and 1 deletions

View File

@@ -8792,7 +8792,7 @@ ex_mkrc(eap)
else if (*dirnow != NUL
&& (ssop_flags & SSOP_CURDIR) && globaldir != NULL)
{
if (mch_chdir((char *)globaldir) == OK)
if (mch_chdir((char *)globaldir) == 0)
shorten_fnames(TRUE);
}

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
128,
/**/
127,
/**/