mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -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:
@@ -60,5 +60,9 @@ func Test_compiler_completion()
|
||||
endfunc
|
||||
|
||||
func Test_compiler_error()
|
||||
let g:current_compiler = 'abc'
|
||||
call assert_fails('compiler doesnotexist', 'E666:')
|
||||
call assert_equal('abc', g:current_compiler)
|
||||
call assert_fails('compiler! doesnotexist', 'E666:')
|
||||
unlet! g:current_compiler
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user