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 495b7dd commit 1514e8fCopy full SHA for 1514e8f
2 files changed
src/testdir/test_terminal.vim
@@ -634,7 +634,8 @@ func TerminalTmap(remap)
634
call assert_equal('456', maparg('123', 't'))
635
call assert_equal('abcde', maparg('456', 't'))
636
call feedkeys("123", 'tx')
637
- call term_wait(buf)
+ let g:buf = buf
638
+ call WaitFor("term_getline(g:buf,term_getcursor(g:buf)[0]) =~ 'abcde\\|456'")
639
let lnum = term_getcursor(buf)[0]
640
if a:remap
641
call assert_match('abcde', term_getline(buf, lnum))
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1116,
774
/**/
775
1115,
776
0 commit comments