Bram Moolenaar | 2d6c800 | 2016-01-03 23:31:24 +0100 | [diff] [blame] | 1 | " Test that the system menu can be loaded. |
2 | |||||
3 | func Test_load_menu() | ||||
4 | try | ||||
5 | source $VIMRUNTIME/menu.vim | ||||
6 | catch | ||||
7 | call assert_false(1, 'error while loading menus: ' . v:exception) | ||||
8 | endtry | ||||
9 | endfunc |