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