mirror of
https://github.com/vim/vim.git
synced 2025-10-15 07:14:09 -04:00
patch 8.2.0203: :helptags and some other functionality not tested
Problem: :helptags and some other functionality not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5567)
This commit is contained in:
@@ -933,4 +933,13 @@ func Test_win_splitmove()
|
||||
tabclose
|
||||
endfunc
|
||||
|
||||
" Test for the :only command
|
||||
func Test_window_only()
|
||||
new
|
||||
set modified
|
||||
new
|
||||
call assert_fails('only', 'E445:')
|
||||
only!
|
||||
endfunc
|
||||
|
||||
" vim: shiftwidth=2 sts=2 expandtab
|
||||
|
Reference in New Issue
Block a user