From 2ee25ba41be465f36e4b67bf45f75d6563754d39 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 20 Apr 2026 09:31:22 +0800 Subject: [PATCH] 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 --- test/old/testdir/test_scroll_opt.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/test/old/testdir/test_scroll_opt.vim b/test/old/testdir/test_scroll_opt.vim index 7c65afa38b..e5e5067b54 100644 --- a/test/old/testdir/test_scroll_opt.vim +++ b/test/old/testdir/test_scroll_opt.vim @@ -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)