From 194843028ed486366b89e8f7d3bdd611a11ce7b4 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 9 May 2022 11:03:19 +0100 Subject: [PATCH] patch 8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes #10383) --- src/testdir/test_matchadd_conceal.vim | 2 -- src/version.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testdir/test_matchadd_conceal.vim b/src/testdir/test_matchadd_conceal.vim index e6a516504..a4821af64 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 9f72d7de2..f2e0d317d 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, /**/