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 88774a3 commit 17ab28dCopy full SHA for 17ab28d
2 files changed
src/testdir/test_terminal.vim
@@ -1266,7 +1266,7 @@ func Test_terminal_popup_insert_cmd()
1266
call assert_equal('n', mode())
1267
1268
call feedkeys("\<C-D>", 'xt')
1269
- sleep 50m
+ call WaitFor({-> popup_list() == []})
1270
delfunc StartTermInPopup
1271
iunmap <F3>
1272
endfunc
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2007,
755
/**/
756
2006,
757
0 commit comments