Skip to content

Commit 78046cc

Browse files
zeertzjqchrisbra
authored andcommitted
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]>
1 parent 9f5b09e commit 78046cc

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/testdir/test_virtualedit.vim

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,8 @@ func Test_virtualedit_set_cursor_pos_maxcol()
732732
bwipe!
733733
endfunc
734734

735-
" Verify that getpos() remains consistent when the cursor is past EOL after toggling Visual mode with virtualedit=all.
735+
" Verify that getpos() remains consistent when the cursor is past EOL after
736+
" toggling Visual mode with virtualedit=all.
736737
func Test_virtualedit_getpos_stable_past_eol_after_visual()
737738
new
738739
set virtualedit=all
@@ -743,7 +744,7 @@ func Test_virtualedit_getpos_stable_past_eol_after_visual()
743744

744745
normal! v
745746
redraw
746-
normal! \<Esc>
747+
exe "normal! \<Esc>"
747748

748749
let p2 = getpos('.')
749750
call assert_equal(p1, p2, 'Position should not be re-encoded after leaving Visual mode')

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
2026,
737739
/**/
738740
2025,
739741
/**/

0 commit comments

Comments
 (0)