comparison src/testdir/test_conceal.vim @ 27626:95d6e3c9aa1e v8.2.4339

patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menu Commit: https://github.com/vim/vim/commit/560dff49c0095111fc96b4b8dd7f4d269aba9473 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Thu Feb 10 19:52:10 2022 +0000 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 #9735)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Feb 2022 21:00:04 +0100
parents d02a319c47ec
children 34e93e046526
comparison
equal deleted inserted replaced
27625:bba604950a7e 27626:95d6e3c9aa1e
152 call writefile(code, 'XTest_conceal_resize') 152 call writefile(code, 'XTest_conceal_resize')
153 let buf = RunVimInTerminal('-S XTest_conceal_resize', {'rows': 6}) 153 let buf = RunVimInTerminal('-S XTest_conceal_resize', {'rows': 6})
154 call VerifyScreenDump(buf, 'Test_conceal_resize_01', {}) 154 call VerifyScreenDump(buf, 'Test_conceal_resize_01', {})
155 155
156 call win_execute(buf->win_findbuf()[0], 'wincmd +') 156 call win_execute(buf->win_findbuf()[0], 'wincmd +')
157 call TermWait(buf)
158 call VerifyScreenDump(buf, 'Test_conceal_resize_02', {}) 157 call VerifyScreenDump(buf, 'Test_conceal_resize_02', {})
159 158
160 " clean up 159 " clean up
161 call StopVimInTerminal(buf) 160 call StopVimInTerminal(buf)
162 call delete('XTest_conceal_resize') 161 call delete('XTest_conceal_resize')