patch 9.1.1244: part of patch v9.1.1242 was wrong
Commit:
https://github.com/vim/vim/commit/35cb38d34b69e4263f0eb9f78a676a5fb6d11250
Author: Christian Brabandt <[email protected]>
Date: Wed Mar 26 20:36:12 2025 +0100
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 <[email protected]>
diff --git a/src/eval.c b/src/eval.c
index 923e7a43d..e89116452 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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
{
diff --git a/src/version.c b/src/version.c
index 946c11e04..1e1d769d3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1244,
/**/
1243,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1txWgR-00HNBr-Sc%40256bit.org.