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 ecd34bf commit e46a2edCopy full SHA for e46a2ed
2 files changed
src/testdir/test_termcodes.vim
@@ -8,6 +8,7 @@ CheckUnix
8
source shared.vim
9
source mouse.vim
10
source view_util.vim
11
+source term_util.vim
12
13
func Test_term_mouse_left_click()
14
new
@@ -1895,6 +1896,7 @@ func Test_get_termcode()
1895
1896
endfunc
1897
1898
func Test_list_builtin_terminals()
1899
+ CheckRunVimInTerminal
1900
let buf = RunVimInTerminal('', #{rows: 14})
1901
call term_sendkeys(buf, ":set cmdheight=3\<CR>")
1902
call term_wait(buf, 100)
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 1363,
759
/**/
760
1362,
761
0 commit comments