mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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;
|
||||
if (lp->ll_name != NULL)
|
||||
lp->ll_name_end = lp->ll_name + STRLEN(lp->ll_name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user