blob: af1876006555ecb95951fc26551efbe95d9e2595 (
plain) (
blame)
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_report('error while loading menus: ' . v:exception)
endtry
endfunc
|