comparison src/testdir/test_popupwin.vim @ 23229:b545334ae654 v8.2.2160

patch 8.2.2160: various typos Commit: https://github.com/vim/vim/commit/8e7d6223f630690b72b387eaed704bf01f3f29d2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 18 19:49:56 2020 +0100 patch 8.2.2160: various typos Problem: Various typos. Solution: Fix spelling mistakes. (closes https://github.com/vim/vim/issues/7494)
author Bram Moolenaar <Bram@vim.org>
date Fri, 18 Dec 2020 20:00:06 +0100
parents 0e4b3e7010df
children 5cc8108914e2
comparison
equal deleted inserted replaced
23228:2c76cf162844 23229:b545334ae654
3306 call term_sendkeys(buf, "\<Esc>") 3306 call term_sendkeys(buf, "\<Esc>")
3307 call term_sendkeys(buf, ":set pumheight=3\<CR>") 3307 call term_sendkeys(buf, ":set pumheight=3\<CR>")
3308 call term_sendkeys(buf, "cc\<C-X>\<C-U>") 3308 call term_sendkeys(buf, "cc\<C-X>\<C-U>")
3309 call VerifyScreenDump(buf, 'Test_popupwin_infopopup_6', {}) 3309 call VerifyScreenDump(buf, 'Test_popupwin_infopopup_6', {})
3310 3310
3311 " Hide the info popup, cycle trough buffers, make sure it didn't get 3311 " Hide the info popup, cycle through buffers, make sure it didn't get
3312 " deleted. 3312 " deleted.
3313 call term_sendkeys(buf, "\<Esc>") 3313 call term_sendkeys(buf, "\<Esc>")
3314 call term_sendkeys(buf, ":set hidden\<CR>") 3314 call term_sendkeys(buf, ":set hidden\<CR>")
3315 call term_sendkeys(buf, ":bn\<CR>") 3315 call term_sendkeys(buf, ":bn\<CR>")
3316 call term_sendkeys(buf, ":bn\<CR>") 3316 call term_sendkeys(buf, ":bn\<CR>")