comparison src/testdir/test_popupwin.vim @ 17718:6a73e3bd0ff8 v8.1.1856

patch 8.1.1856: popup preview test fails sometimes commit https://github.com/vim/vim/commit/78d629a38548115a68298081d39d6d90708af561 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 17:31:15 2019 +0200 patch 8.1.1856: popup preview test fails sometimes Problem: popup preview test fails sometimes. (Christian Brabandt) Solution: Clear the command line.
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 17:45:03 +0200
parents 55704f587945
children 65b89c9eb946
comparison
equal deleted inserted replaced
17717:e3882234b527 17718:6a73e3bd0ff8
2171 call term_sendkeys(buf, ":cd ..\<CR>:\<CR>") 2171 call term_sendkeys(buf, ":cd ..\<CR>:\<CR>")
2172 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_5', {}) 2172 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_5', {})
2173 call term_sendkeys(buf, ":cd testdir\<CR>") 2173 call term_sendkeys(buf, ":cd testdir\<CR>")
2174 2174
2175 call term_sendkeys(buf, ":pclose\<CR>") 2175 call term_sendkeys(buf, ":pclose\<CR>")
2176 call term_sendkeys(buf, ":\<BS>")
2176 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_6', {}) 2177 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_6', {})
2177 2178
2178 call term_sendkeys(buf, ":pedit +/theword Xtagfile\<CR>") 2179 call term_sendkeys(buf, ":pedit +/theword Xtagfile\<CR>")
2179 call term_sendkeys(buf, ":\<CR>") 2180 call term_sendkeys(buf, ":\<CR>")
2180 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_7', {}) 2181 call VerifyScreenDump(buf, 'Test_popupwin_previewpopup_7', {})