Use option as meta key
commitc24c25f4db27722a6fc43c97e897433f674179d0
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 12 Oct 2008 12:05:42 +0000 (12 14:05 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sun, 12 Oct 2008 12:05:42 +0000 (12 14:05 +0200)
tree958e3d346874a58b871b4c6de5315d1cdd020c61
parent1838870ccb054ffad8f8685fd49c2100f8d3d7b9
Use option as meta key

Added a buffer local option called 'macmeta' which when set causes
MacVim not to interpret option+key presses thus enabling the user to
bind to <M-..>.  Also updated the documentation and added 'macmeta' to
the .vim syntax file.
runtime/doc/options.txt
runtime/doc/quickref.txt
runtime/doc/tags
runtime/optwin.vim
runtime/syntax/vim.vim
src/MacVim/MMBackend.m
src/MacVim/MMTextViewHelper.m
src/option.c
src/option.h
src/structs.h