Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
f32c5cd6e0e6aa6d4aeacb6bf52e3d3ba21e5201
/
.
/
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