patch 9.2.0364: tests: test_smoothscroll_textoff_showbreak() fails
Commit:
https://github.com/vim/vim/commit/618a327ce6f6c7a47bdbf2a4f5d1c329d97e6037
Author: Christian Brabandt <[email protected]>
Date: Sun Apr 19 19:58:56 2026 +0000
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 <[email protected]>
diff --git a/src/testdir/test_scroll_opt.vim b/src/testdir/test_scroll_opt.vim
index 6ece601f7..4d0e44c2e 100644
--- a/src/testdir/test_scroll_opt.vim
+++ b/src/testdir/test_scroll_opt.vim
@@ -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)
diff --git a/src/version.c b/src/version.c
index b85eb55b0..ebaf924cd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 364,
/**/
363,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wEYXm-00B1sm-SA%40256bit.org.