vim-patch:9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix

Problem:  tests: unnecessary CheckRunVimInTerminal in test_quickfix.vim
          (after v9.2.0159)
Solution: Remove it (zeertzjq).

closes: vim/vim#19671

81d5329ace
This commit is contained in:
zeertzjq
2026-03-15 06:27:23 +08:00
parent 80684a418b
commit 1aaa8e8e3a

View File

@@ -7015,7 +7015,6 @@ func Test_quickfixtextfunc_wipes_buffer()
endfunc
func Test_quickfix_longline_noeol()
CheckRunVimInTerminal
let qf = 'Xquickfix'
let args = $"-q {qf}"
let after =<< trim [CODE]