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 e5fa111 commit 33c5e9fCopy full SHA for 33c5e9f
src/testdir/test_terminal.vim
@@ -270,7 +270,7 @@ func Test_terminal_scroll()
270
endfunc
271
272
func Test_terminal_scrollback()
273
- let buf = Run_shell_in_terminal({})
+ let buf = Run_shell_in_terminal({'term_rows': 15})
274
set termwinscroll=100
275
call writefile(range(150), 'Xtext')
276
if has('win32')
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
+ 26,
766
/**/
767
25,
768
0 commit comments