diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 15:38:19 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2023-08-21 15:43:39 +0800 |
| commit | 02ca31979bed2b7e432401b23aaf7987a3f0badb (patch) | |
| tree | be513a60ebce56c3d8bbb50f451029a4bba980f7 /test/old/testdir/test_diffmode.vim | |
| parent | 00f92f086e9e4b47e7067b8247881491468eb893 (diff) | |
| download | rneovim-02ca31979bed2b7e432401b23aaf7987a3f0badb.tar.gz rneovim-02ca31979bed2b7e432401b23aaf7987a3f0badb.tar.bz2 rneovim-02ca31979bed2b7e432401b23aaf7987a3f0badb.zip | |
vim-patch:8.2.4339: CTRL-A does not work properly with the cmdline popup menu
Problem: CTRL-A does not work properly with the cmdline popup menu.
Solution: Fix issues with CTRL-A. Add more tests for the cmdline popup
menu. Remove TermWait() before VeriryScreenDump(). Refactor the
cmdline popup code. (Yegappan Lakshmanan, closes vim/vim#9735)
https://github.com/vim/vim/commit/560dff49c0095111fc96b4b8dd7f4d269aba9473
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Diffstat (limited to 'test/old/testdir/test_diffmode.vim')
| -rw-r--r-- | test/old/testdir/test_diffmode.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/old/testdir/test_diffmode.vim b/test/old/testdir/test_diffmode.vim index bc5c42e985..d6d9f351fc 100644 --- a/test/old/testdir/test_diffmode.vim +++ b/test/old/testdir/test_diffmode.vim @@ -852,7 +852,6 @@ func VerifyInternal(buf, dumpfile, extra) call term_sendkeys(a:buf, ":diffupdate!\<CR>") " trailing : for leaving the cursor on the command line call term_sendkeys(a:buf, ":set diffopt=internal,filler" . a:extra . "\<CR>:") - call TermWait(a:buf) call VerifyScreenDump(a:buf, a:dumpfile, {}) endfunc |