comparison src/testdir/test_popupwin.vim @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents c5356021a938
children fbc4d3b0302d
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
4122 line: -1, 4122 line: -1,
4123 wrap: false, 4123 wrap: false,
4124 fixed: false, 4124 fixed: false,
4125 }) 4125 })
4126 END 4126 END
4127 call writefile(lines, 'XtestPropNotVisble', 'D') 4127 call writefile(lines, 'XtestPropNotVisible', 'D')
4128 let buf = RunVimInTerminal('-S XtestPropNotVisble', #{rows: 10}) 4128 let buf = RunVimInTerminal('-S XtestPropNotVisible', #{rows: 10})
4129 call VerifyScreenDump(buf, 'Test_popup_prop_not_visible_01', {}) 4129 call VerifyScreenDump(buf, 'Test_popup_prop_not_visible_01', {})
4130 4130
4131 " check that hiding and unhiding the popup works 4131 " check that hiding and unhiding the popup works
4132 call term_sendkeys(buf, ":call popup_hide(g:some_id)\<CR>") 4132 call term_sendkeys(buf, ":call popup_hide(g:some_id)\<CR>")
4133 call VerifyScreenDump(buf, 'Test_popup_prop_not_visible_01a', {}) 4133 call VerifyScreenDump(buf, 'Test_popup_prop_not_visible_01a', {})