forked from aniani/vim
updated for version 7.2-128
This commit is contained in:
@@ -8792,7 +8792,7 @@ ex_mkrc(eap)
|
|||||||
else if (*dirnow != NUL
|
else if (*dirnow != NUL
|
||||||
&& (ssop_flags & SSOP_CURDIR) && globaldir != NULL)
|
&& (ssop_flags & SSOP_CURDIR) && globaldir != NULL)
|
||||||
{
|
{
|
||||||
if (mch_chdir((char *)globaldir) == OK)
|
if (mch_chdir((char *)globaldir) == 0)
|
||||||
shorten_fnames(TRUE);
|
shorten_fnames(TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
128,
|
||||||
/**/
|
/**/
|
||||||
127,
|
127,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user