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 8210693 commit fa5d8a1Copy full SHA for fa5d8a1
2 files changed
src/testdir/test_terminal.vim
@@ -2453,7 +2453,7 @@ func Test_term_nasty_callback()
2453
call OpenTerms()
2454
2455
call term_sendkeys(g:buf0, "exit\<CR>")
2456
- sleep 50m
+ sleep 100m
2457
exe g:buf0 .. 'bwipe'
2458
set hidden&
2459
endfunc
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 376,
743
/**/
744
375,
745
0 commit comments