mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-128
This commit is contained in:
parent
51306d2d8f
commit
c0b3565d55
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user