mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.1-133
This commit is contained in:
@@ -5553,6 +5553,8 @@ make_bom(buf, name)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(FEAT_VIMINFO) || defined(FEAT_BROWSE) || \
|
||||||
|
defined(FEAT_QUICKFIX) || defined(PROTO)
|
||||||
/*
|
/*
|
||||||
* Try to find a shortname by comparing the fullname with the current
|
* Try to find a shortname by comparing the fullname with the current
|
||||||
* directory.
|
* directory.
|
||||||
@@ -5573,6 +5575,7 @@ shorten_fname1(full_path)
|
|||||||
}
|
}
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Try to find a shortname by comparing the fullname with the current
|
* Try to find a shortname by comparing the fullname with the current
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
133,
|
||||||
/**/
|
/**/
|
||||||
132,
|
132,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user