patch 9.1.2026: tests: patch 9.1.2019 not tested properly
Commit:
https://github.com/vim/vim/commit/78046cc5393748e00de2c188a37feb690038f3e0
Author: zeertzjq <[email protected]>
Date: Sat Dec 27 15:07:52 2025 +0000
patch 9.1.2026: tests: patch 9.1.2019 not tested properly
Problem: tests: patch 9.1.2019 not tested properly.
Solution: Add missing :exe (zeertzjq).
closes: #19028
Signed-off-by: zeertzjq <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/src/testdir/test_virtualedit.vim b/src/testdir/test_virtualedit.vim
index fa6151cda..7819025f6 100644
--- a/src/testdir/test_virtualedit.vim
+++ b/src/testdir/test_virtualedit.vim
@@ -732,7 +732,8 @@ func Test_virtualedit_set_cursor_pos_maxcol()
bwipe!
endfunc
-" Verify that getpos() remains consistent when the cursor is past EOL after
toggling Visual mode with virtualedit=all.
+" Verify that getpos() remains consistent when the cursor is past EOL after
+" toggling Visual mode with virtualedit=all.
func Test_virtualedit_getpos_stable_past_eol_after_visual()
new
set virtualedit=all
@@ -743,7 +744,7 @@ func Test_virtualedit_getpos_stable_past_eol_after_visual()
normal! v
redraw
- normal! \<Esc>
+ exe "normal! \<Esc>"
let p2 = getpos('.')
call assert_equal(p1, p2, 'Position should not be re-encoded after leaving
Visual mode')
diff --git a/src/version.c b/src/version.c
index 7f80ccf5b..14e983bea 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2026,
/**/
2025,
/**/
--
--
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/E1vZW0V-000rD4-LA%40256bit.org.