mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 9.1.1244: part of patch v9.1.1242 was wrong
Problem: part of patch v9.1.1242 was wrong Solution: revert part of the patch fixes: #16983 related: #16972 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2163,8 +2163,6 @@ get_lval(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
lp->ll_name = lp->ll_exp_name;
|
lp->ll_name = lp->ll_exp_name;
|
||||||
if (lp->ll_name != NULL)
|
|
||||||
lp->ll_name_end = lp->ll_name + STRLEN(lp->ll_name);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -704,6 +704,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 */
|
||||||
|
/**/
|
||||||
|
1244,
|
||||||
/**/
|
/**/
|
||||||
1243,
|
1243,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user