changeset 28798:2dcc6c9eb6e6 v8.2.4923

patch 8.2.4923: test checks for terminal feature unnecessarily Commit: https://github.com/vim/vim/commit/194843028ed486366b89e8f7d3bdd611a11ce7b4 Author: zeertzjq <zeertzjq@outlook.com> Date: Mon May 9 11:03:19 2022 +0100 patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes https://github.com/vim/vim/issues/10383)
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 May 2022 12:15:03 +0200
parents 255df85d2acd
children 6f38b93c8683
files src/testdir/test_matchadd_conceal.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_matchadd_conceal.vim
+++ b/src/testdir/test_matchadd_conceal.vim
@@ -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
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4923,
+/**/
     4922,
 /**/
     4921,