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