Fix for Leopard Ctl-key bug.
commit0d3bbe1d7ae8af5ee4fe6ebd55892674b89ca087
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)
tree6be34f4b6ae0af3b802f6eeaf198a0e114f52a2b
parent1185dba838947d9a99e0fd773453e2b92e9c3dbd
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