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 8071cb2 commit 8ccabf6Copy full SHA for 8ccabf6
2 files changed
src/testdir/test_popupwin.vim
@@ -525,6 +525,9 @@ func Test_popup_select()
525
526
call term_sendkeys(buf, ":call popup_close(winid)\<CR>")
527
call term_sendkeys(buf, "\"*p")
528
+ " clean the command line, sometimes it still shows a command
529
+ call term_sendkeys(buf, ":\<esc>")
530
+
531
call VerifyScreenDump(buf, 'Test_popupwin_select_02', {})
532
533
" clean up
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1668,
782
/**/
783
1667,
784
0 commit comments