vim-patch:8.2.0270: some code not covered by tests

Problem:    Some code not covered by tests.
Solution:   Add test cases. (Yegappan Lakshmanan, closes vim/vim#5649)
bc2b71d44a
This commit is contained in:
zeertzjq
2022-07-12 08:28:56 +08:00
parent 6a670a00b3
commit d079995fb8
17 changed files with 399 additions and 9 deletions

View File

@@ -893,6 +893,15 @@ func Test_window_only()
new
call assert_fails('only', 'E445:')
only!
" Test for :only with a count
let wid = win_getid()
new
new
3only
call assert_equal(1, winnr('$'))
call assert_equal(wid, win_getid())
call assert_fails('close', 'E444:')
call assert_fails('%close', 'E16:')
endfunc
" Test for errors with :wincmd