We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1bb879 commit b6ed74fCopy full SHA for b6ed74f
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})
+ call WaitFor({-> bufnr('Xtextfile') > 0}, 2000)
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
+ 1670,
767
/**/
768
1669,
769
0 commit comments