mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
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: #20011
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -2095,6 +2095,7 @@ endfunc
|
||||
" not crash.
|
||||
func Test_smoothscroll_textoff_showbreak()
|
||||
CheckOption smoothscroll
|
||||
CheckRunVimInTerminal
|
||||
|
||||
let donefile = 'XTest_crash_textoff_showbreak_done'
|
||||
defer delete(donefile)
|
||||
|
||||
@@ -734,6 +734,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
364,
|
||||
/**/
|
||||
363,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user