1
0
forked from aniani/vim

patch 8.2.4923: test checks for terminal feature unnecessarily

Problem:    Test checks for terminal feature unnecessarily.
Solution:   Remove CheckRunVimInTerminal. (closes #10383)
This commit is contained in:
zeertzjq
2022-05-09 11:03:19 +01:00
committed by Bram Moolenaar
parent b370771bff
commit 194843028e
2 changed files with 2 additions and 2 deletions

View File

@@ -340,8 +340,6 @@ func Test_matchadd_and_syn_conceal()
endfunc
func Test_interaction_matchadd_syntax()
CheckRunVimInTerminal
new
" Test for issue #7268 fix.
" When redrawing the second column, win_line() was comparing the sequence

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4923,
/**/
4922,
/**/