aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_match.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-26 22:38:25 +0800
committerGitHub <noreply@github.com>2022-10-26 22:38:25 +0800
commita8d454816ad14e05578d37d1e16c34d8207fde19 (patch)
tree2d0138b3d3092052268c0446873a86ec3389f5d7 /src/nvim/testdir/test_match.vim
parentc00e711d5a860fb019f594d164b4327d942313f8 (diff)
parent8f8205ffe43541ccd475835a06fc89c8d19299f5 (diff)
downloadrneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.gz
rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.tar.bz2
rneovim-a8d454816ad14e05578d37d1e16c34d8207fde19.zip
Merge pull request #20816 from zeertzjq/vim-8.1.1826
vim-patch:8.1.1826,9.0.0019
Diffstat (limited to 'src/nvim/testdir/test_match.vim')
-rw-r--r--src/nvim/testdir/test_match.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_match.vim b/src/nvim/testdir/test_match.vim
index 4f22e54563..fe931fefb2 100644
--- a/src/nvim/testdir/test_match.vim
+++ b/src/nvim/testdir/test_match.vim
@@ -322,9 +322,8 @@ func OtherWindowCommon()
endfunc
func Test_matchdelete_other_window()
- if !CanRunVimInTerminal()
- throw 'Skipped: cannot make screendumps'
- endif
+ CheckScreendump
+
let buf = OtherWindowCommon()
call term_sendkeys(buf, ":call matchdelete(mid, winid)\<CR>")
call VerifyScreenDump(buf, 'Test_matchdelete_1', {})