mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user