mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.1-239
This commit is contained in:
@@ -4694,7 +4694,7 @@ call_user_expand_func(user_expand_func, xp, num_file, file)
|
|||||||
{
|
{
|
||||||
/* Completion from Insert mode, pass fake arguments. */
|
/* Completion from Insert mode, pass fake arguments. */
|
||||||
keep = 0;
|
keep = 0;
|
||||||
sprintf((char *)num, "%d", STRLEN(xp->xp_pattern));
|
sprintf((char *)num, "%d", (int)STRLEN(xp->xp_pattern));
|
||||||
args[1] = xp->xp_pattern;
|
args[1] = xp->xp_pattern;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
239,
|
||||||
/**/
|
/**/
|
||||||
238,
|
238,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user