To: vim_dev@googlegroups.com Subject: Patch 9.0.1514 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 \\\\\") --- 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///