Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
fc8f1118e7ccd65b0537e47e6323c93a1df6a61a
/
.
/
src
/
testdir
/
test_help.vim
blob: 5a35b691add39c4e139e1e6bf67f8ebc14b6f6a5 [
file
] [
log
] [
blame
]
" Tests for :help
func Test_help_restore_snapshot()
help
set buftype=
help
edit x
help
helpclose
endfunc
func Test_help_errors()
call assert_fails('help doesnotexist', 'E149:')
call assert_fails('help!', 'E478:')
endfunc