We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a247142 commit 3a7ad90Copy full SHA for 3a7ad90
2 files changed
src/testdir/test_cmdwin.vim
@@ -373,5 +373,12 @@ func Test_cmdwin_virtual_edit()
373
set ve= cpo-=$
374
endfunc
375
376
+" Check that a :normal command can be used to stop Visual mode without side
377
+" effects.
378
+func Test_normal_escape()
379
+ call feedkeys("q:i\" foo\<Esc>:normal! \<C-V>\<Esc>\<CR>:\" bar\<CR>", 'ntx')
380
+ call assert_equal('" bar', @:)
381
+endfunc
382
+
383
384
" vim: shiftwidth=2 sts=2 expandtab
src/version.c
@@ -731,6 +731,8 @@ static char *(features[]) =
731
732
static int included_patches[] =
733
{ /* Add new patch number below this line */
734
+/**/
735
+ 249,
736
/**/
737
248,
738
0 commit comments