Change ":macmenukey" to ":macmenu"
commit4ebba174a3d3226ef471a1cacad50434881b301f
authorBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 19 May 2008 17:09:05 +0000 (19 19:09 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 19 May 2008 17:09:05 +0000 (19 19:09 +0200)
tree6c53bbbc65d32dc1c4ba2806e33821bb755323ce
parentec73671294266e5425cec9e9b6fd70351a140190
Change ":macmenukey" to ":macmenu"

The new command allows better control over menus with ability to specify
key equivalent, action, and wheter menu item is an alternate.  These are
specified as "key=value" pairs to allow future expansion.  The help
files have also been rewritten to reflect this change.
15 files changed:
runtime/doc/gui_mac.txt
runtime/doc/index.txt
runtime/doc/tags
runtime/syntax/vim.vim
src/MacVim/MMBackend.h
src/MacVim/MMBackend.m
src/MacVim/MMVimController.m
src/MacVim/gui_macvim.m
src/MacVim/gvimrc
src/ex_cmds.h
src/ex_docmd.c
src/menu.c
src/proto/gui_macvim.pro
src/proto/menu.pro
src/structs.h