Patch 9.0.1514
Problem: Test waits unnecessarily long before checking screendump.
Solution: Remove TermWait() call.
Files: src/testdir/test_scroll_opt.vim
*** ../vim-9.0.1513/src/testdir/test_scroll_opt.vim 2023-05-06
12:39:58.736971487 +0100
--- src/testdir/test_scroll_opt.vim 2023-05-06 13:00:01.275032159 +0100
***************
*** 604,610 ****
END
call writefile(lines, 'XSmoothScrollZero', 'D')
let buf = RunVimInTerminal('-u NONE -i NONE -n -m -X -Z -e -s -S
XSmoothScrollZero', #{rows: 6, cols: 60, wait_for_ruler: 0})
- call TermWait(buf, 3000)
call VerifyScreenDump(buf, 'Test_smoothscroll_zero_1', {})
call term_sendkeys(buf, ":sil norm \<C-V>\<C-W>\<C-V>\<C-N>\<CR>")
--- 604,609 ----
*** ../vim-9.0.1513/src/version.c 2023-05-06 12:53:33.711345001 +0100
--- src/version.c 2023-05-06 13:00:55.410997790 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1514,
/**/
--
Contrary to popular belief, it's often your clothing that gets promoted, not
you.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/20230506120149.8F1501C1B21%40moolenaar.net.