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 3339d3d commit c8523e2Copy full SHA for c8523e2
2 files changed
src/testdir/test_terminal.vim
@@ -384,7 +384,8 @@ endfunc
384
func s:get_sleep_cmd()
385
if s:python != ''
386
let cmd = s:python . " test_short_sleep.py"
387
- let waittime = 500
+ " 500 was not enough for Travis
388
+ let waittime = 900
389
else
390
echo 'This will take five seconds...'
391
let waittime = 2000
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 31,
766
/**/
767
30,
768
0 commit comments