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 6e32f61 commit 1bfdc07Copy full SHA for 1bfdc07
2 files changed
src/testdir/test_terminal.vim
@@ -166,8 +166,8 @@ func Test_terminal_scrape_123()
166
call term_wait(buf)
167
let g:buf = buf
168
" On MS-Windows we first get a startup message of two lines, wait for the
169
- " "cls" to happen, after that we have one line.
170
- call WaitFor('len(term_scrape(g:buf, 1)) == 1')
+ " "cls" to happen, after that we have one line with three characters.
+ call WaitFor('len(term_scrape(g:buf, 1)) == 3')
171
call Check_123(buf)
172
173
" Must still work after the job ended.
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
+ 1057,
774
/**/
775
1056,
776
0 commit comments