# HG changeset patch # User Bram Moolenaar # Date 1652091303 -7200 # Node ID 2dcc6c9eb6e6f79d3fd18e623d655a3a4e0e7a6c # Parent 255df85d2acd3a6a2c24418f1b7991e996c20cf8 patch 8.2.4923: test checks for terminal feature unnecessarily Commit: https://github.com/vim/vim/commit/194843028ed486366b89e8f7d3bdd611a11ce7b4 Author: zeertzjq 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) diff --git a/src/testdir/test_matchadd_conceal.vim b/src/testdir/test_matchadd_conceal.vim --- 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 diff --git a/src/version.c b/src/version.c --- 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,