]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0364: tests: test_smoothscroll_textoff_showbreak() fails v9.2.0364
authorChristian Brabandt <cb@256bit.org>
Sun, 19 Apr 2026 19:58:56 +0000 (19:58 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 19 Apr 2026 20:01:11 +0000 (20:01 +0000)
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>
src/testdir/test_scroll_opt.vim
src/version.c

index 6ece601f7adef6097eeece090bed75629db5d765..4d0e44c2ea783ca3168fcc45fa7898d50a6f7c68 100644 (file)
@@ -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)
index b85eb55b0cbbd839a95996c2aa0112f52e867bcc..ebaf924cde9958cae183250f970af3aa059e5109 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    364,
 /**/
     363,
 /**/