<M-Up> and <M-Down> not triggered twice
commitbf17ecc332e28d47502de40651a3f66c1b918740
authorBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 23 Jan 2008 18:39:13 +0000 (23 19:39 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 23 Jan 2008 18:39:13 +0000 (23 19:39 +0100)
treee22a0caf6a7b945ec3bf77beafb28fef6f387f8a
parenta25611b6a38e66c169bfd79e782e16af219151b3
<M-Up> and <M-Down> not triggered twice

The default Cocoa key bindings map these key presses to two commands
which led them to be triggered twice.  Avoid this by passing
Alt+Function key presses straight to Vim instead of to
interpretKeyEvents:.
src/MacVim/MMAtsuiTextView.m
src/MacVim/MMTextView.m