Change ":macmenukey" to ":macmenu"
commit6ae7d6eb5f68aa5cf00ff668188ef42be914506d
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)
treed5640b5cb33eeda8b6ca0fa2ba35671e0703958e
parent10a46b05cbc41449d45406eb4957c197c7f1b986
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