Problem: tests: patch 9.1.2019 not tested properly.
Solution: Add missing :exe (zeertzjq).
closes: #19028
Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
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
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')
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2026,
/**/
2025,
/**/