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 72532d3 commit 4791015Copy full SHA for 4791015
2 files changed
src/testdir/test_terminal.vim
@@ -1061,7 +1061,7 @@ func Api_drop_common(options)
1061
\ "set t_ts=",
1062
\ ], 'Xscript')
1063
let buf = RunVimInTerminal('-S Xscript', {})
1064
- call WaitFor({-> bufnr('Xtextfile') > 0}, 2000)
+ call WaitFor({-> bufnr('Xtextfile') > 0}, 5000)
1065
call assert_equal('Xtextfile', expand('%:t'))
1066
call assert_true(winnr('$') >= 3)
1067
return buf
src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
762
763
static int included_patches[] =
764
{ /* Add new patch number below this line */
765
+/**/
766
+ 1673,
767
/**/
768
1672,
769
0 commit comments