mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
vim-patch:9.2.0364: tests: test_smoothscroll_textoff_showbreak() fails
Problem: tests: test_smoothscroll_textoff_showbreak() fails
(after v9.2.0363)
Solution: Add missing CheckRunVimInTerminal
related: vim/vim#20011
https://github.com/vim/vim/commit/618a327ce6f6c7a47bdbf2a4f5d1c329d97e6037
Co-authored-by: Christian Brabandt <cb@256bit.org>
(cherry picked from commit 2ee25ba41b)
This commit is contained in:
committed by
github-actions[bot]
parent
898ccbc68a
commit
5153006747
@@ -1448,6 +1448,7 @@ endfunc
|
||||
" not crash.
|
||||
func Test_smoothscroll_textoff_showbreak()
|
||||
CheckOption smoothscroll
|
||||
CheckRunVimInTerminal
|
||||
|
||||
let donefile = 'XTest_crash_textoff_showbreak_done'
|
||||
defer delete(donefile)
|
||||
|
||||
Reference in New Issue
Block a user