updated for version 7.2-128

This commit is contained in:
vimboss
2009-03-01 01:45:35 +00:00
parent 080a7c2c6c
commit b2f7a2f021
2 changed files with 3 additions and 1 deletions
+1 -1
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);
}
+2
View File
@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
128,
/**/
127,
/**/