aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-05-07 07:20:10 +0800
committerGitHub <noreply@github.com>2023-05-07 07:20:10 +0800
commite218965338ad8020935a10e678d2a7c6a059ee43 (patch)
tree0709d1e4f3b516d8f83a88a734edc051a4dc0e8d
parent408a7c2dac2d0d305cb59350cb44ca0864087657 (diff)
downloadrneovim-e218965338ad8020935a10e678d2a7c6a059ee43.tar.gz
rneovim-e218965338ad8020935a10e678d2a7c6a059ee43.tar.bz2
rneovim-e218965338ad8020935a10e678d2a7c6a059ee43.zip
vim-patch:9.0.1514: test waits unnecessarily long before checking screendump (#23516)
vim-patch:9.0.1514: test waits unnecessarily long before checking screendump Problem: Test waits unnecessarily long before checking screendump. Solution: Remove TermWait() call. https://github.com/vim/vim/commit/45fcb7928af8ac9bc5685ce7c804b8250866a874 Co-authored-by: Bram Moolenaar <Bram@vim.org>
-rw-r--r--test/old/testdir/test_scroll_opt.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_scroll_opt.vim b/test/old/testdir/test_scroll_opt.vim
index e8c4c71b60..1d09c863eb 100644
--- a/test/old/testdir/test_scroll_opt.vim
+++ b/test/old/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 \<C-V>\<C-W>\<C-V>\<C-N>\<CR>")