Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
e27dba499aaaf2ffe9f0da45f062450b434cddaa
/
.
/
src
/
testdir
/
test_menu.vim
blob: be559467c805d6f6986f57c1b99dc014797282e0 [
file
] [
log
] [
blame
]
" 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