diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-05-09 18:07:00 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-05-09 18:07:09 +0800 |
commit | 79929cf44d7e4c4717c68de336740e4e444f0f41 (patch) | |
tree | 87f7bc200839d6a1dec1184911c3541b2fc0f57f | |
parent | a56a43614cf87ec723ab8ae97d6ab8984eedf980 (diff) | |
download | rneovim-79929cf44d7e4c4717c68de336740e4e444f0f41.tar.gz rneovim-79929cf44d7e4c4717c68de336740e4e444f0f41.tar.bz2 rneovim-79929cf44d7e4c4717c68de336740e4e444f0f41.zip |
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
-rw-r--r-- | src/nvim/testdir/test_matchadd_conceal.vim | 2 |
1 files changed, 0 insertions, 2 deletions
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 |