Fix for Leopard Ctl-key bug.
commit0d94ed2ff3123dfee7b3996d0f64b900d47f8952
authorChris Willmore <cwillmor@gmail.com>
Mon, 29 Oct 2007 18:19:18 +0000 (29 19:19 +0100)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Mon, 29 Oct 2007 18:19:18 +0000 (29 19:19 +0100)
tree23b6831f959cbf8a99e8d862b5aaceac5cf52ce9
parentebbd58a997f535908e16dbad30ba0a7a2a83e439
Fix for Leopard Ctl-key bug.

In Leopard Ctrl-key events are sent to performKeyEquivalent: instead of
keyDown:, so we have to deal with them there as well.
src/MacVim/MMTextView.m