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 27f4f6b commit e6329e4Copy full SHA for e6329e4
2 files changed
src/testdir/test_terminal.vim
@@ -1249,8 +1249,8 @@ func Test_terminal_popup_bufload()
1249
" must not have switched to another window
1250
call assert_equal(winid, win_getid())
1251
1252
- call feedkeys("exit\<CR>", 'xt')
1253
- sleep 50m
+ call StopShellInTerminal(termbuf)
+ call WaitFor({-> win_getid() != winid})
1254
exe 'bwipe! ' .. newbuf
1255
endfunc
1256
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
+ 1999,
755
/**/
756
1998,
757
0 commit comments