]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1244: part of patch v9.1.1242 was wrong v9.1.1244
authorChristian Brabandt <cb@256bit.org>
Wed, 26 Mar 2025 19:36:12 +0000 (20:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 26 Mar 2025 19:36:12 +0000 (20:36 +0100)
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>
src/eval.c
src/version.c

index 923e7a43d9bfe130bb40f1ae6ad9f8ef28c4f953..e89116452c424edf088aaa5c732315c9352d8999 100644 (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
     {
index 946c11e04c19864649bcf81a123e0c06b9069c55..1e1d769d354b5e0f1dd2cbe8a059a7238279e3a0 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1244,
 /**/
     1243,
 /**/