]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4923: test checks for terminal feature unnecessarily v8.2.4923
authorzeertzjq <zeertzjq@outlook.com>
Mon, 9 May 2022 10:03:19 +0000 (11:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 May 2022 10:03:19 +0000 (11:03 +0100)
Problem:    Test checks for terminal feature unnecessarily.
Solution:   Remove CheckRunVimInTerminal. (closes #10383)

src/testdir/test_matchadd_conceal.vim
src/version.c

index e6a516504747a492ebb7f131035e02c8becb9458..a4821af64bdb1f74c6d63bc6c70ccbc2adf198ec 100644 (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
index 9f72d7de231d20a36273e17ef59901dcb8ccec37..f2e0d317dd9fa2aadad208766d8873e8e359c945 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4923,
 /**/
     4922,
 /**/