view src/testdir/test_menu.vim @ 11019:05daa23e1ecf

Added tag v8.0.0398 for changeset 654fc5636b37b27891150fd94a4208456e1b96aa
author Christian Brabandt <cb@256bit.org>
date Wed, 01 Mar 2017 22:30:04 +0100
parents 6f14d7da2d8a
children eb3a2ff3309a
line wrap: on
line source

" 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