From: zeertzjq Date: Mon, 9 May 2022 10:03:19 +0000 (+0100) Subject: patch 8.2.4923: test checks for terminal feature unnecessarily X-Git-Tag: v8.2.4923 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=194843028ed486366b89e8f7d3bdd611a11ce7b4;p=thirdparty%2Fvim.git patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes #10383) --- diff --git a/src/testdir/test_matchadd_conceal.vim b/src/testdir/test_matchadd_conceal.vim index e6a5165047..a4821af64b 100644 --- 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 index 9f72d7de23..f2e0d317dd 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4923, /**/ 4922, /**/