0
0
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:
Bram Moolenaar
2020-02-03 21:40:04 +01:00
parent e7ddf4e337
commit e20b9ececa
9 changed files with 181 additions and 1 deletions

View File

@@ -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