From 79929cf44d7e4c4717c68de336740e4e444f0f41 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 9 May 2022 18:07:00 +0800 Subject: vim-patch:8.2.4923: test checks for terminal feature unnecessarily Problem: Test checks for terminal feature unnecessarily. Solution: Remove CheckRunVimInTerminal. (closes vim/vim#10383) https://github.com/vim/vim/commit/194843028ed486366b89e8f7d3bdd611a11ce7b4 --- src/nvim/testdir/test_matchadd_conceal.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/nvim/testdir/test_matchadd_conceal.vim b/src/nvim/testdir/test_matchadd_conceal.vim index 5e4c3948a0..1b5fc8313f 100644 --- a/src/nvim/testdir/test_matchadd_conceal.vim +++ b/src/nvim/testdir/test_matchadd_conceal.vim @@ -336,8 +336,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 -- cgit