blob: be559467c805d6f6986f57c1b99dc014797282e0 (
plain)
1
2
3
4
5
6
7
8
9
|
" Test that the system menu can be loaded.
func Test_load_menu()
try
source $VIMRUNTIME/menu.vim
catch
call assert_false(1, 'error while loading menus: ' . v:exception)
endtry
endfunc
|