0
0
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:
Christian Brabandt
2025-03-26 20:36:12 +01:00
parent 14dec7b204
commit 35cb38d34b
2 changed files with 2 additions and 2 deletions

View File

@@ -2163,8 +2163,6 @@ get_lval(
}
}
lp->ll_name = lp->ll_exp_name;
if (lp->ll_name != NULL)
lp->ll_name_end = lp->ll_name + STRLEN(lp->ll_name);
}
else
{

View File

@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1244,
/**/
1243,
/**/