Skip to content

Commit e8ae05c

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents f15c436 + 753289f commit e8ae05c

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/testdir/test_terminal.vim

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,11 @@ func Test_terminal_noblock()
456456

457457
for c in ['a','b','c','d','e','f','g','h','i','j','k']
458458
call term_sendkeys(g:buf, 'echo ' . repeat(c, 5000) . "\<cr>")
459+
if has('mac')
460+
" TODO: this should not be needed, but without it sending keys blocks
461+
" after 8000 chars or so.
462+
sleep 100m
463+
endif
459464
endfor
460465
call term_sendkeys(g:buf, "echo done\<cr>")
461466

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,8 @@ static char *(features[]) =
784784

785785
static int included_patches[] =
786786
{ /* Add new patch number below this line */
787+
/**/
788+
995,
787789
/**/
788790
994,
789791
/**/

0 commit comments

Comments
 (0)