1
0
forked from aniani/vim
Files
vim/src/testdir/test_menu.vim

10 lines
199 B
VimL
Raw Normal View History

" 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