From: Bram Moolenaar Date: Sat, 6 May 2023 12:01:27 +0000 (+0100) Subject: patch 9.0.1514: test waits unnecessarily long before checking screendump X-Git-Tag: v9.0.1514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45fcb7928af8ac9bc5685ce7c804b8250866a874;p=thirdparty%2Fvim.git patch 9.0.1514: test waits unnecessarily long before checking screendump Problem: Test waits unnecessarily long before checking screendump. Solution: Remove TermWait() call. --- diff --git a/src/testdir/test_scroll_opt.vim b/src/testdir/test_scroll_opt.vim index da1912796b..95a4aedcb3 100644 --- a/src/testdir/test_scroll_opt.vim +++ b/src/testdir/test_scroll_opt.vim @@ -604,7 +604,6 @@ func Test_smoothscroll_zero_width() 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 \\\\\") diff --git a/src/version.c b/src/version.c index 2665b0395f..2d26461989 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1514, /**/ 1513, /**/