Disable default main menu key equivalent hack
commitd155e06a5baec09087cc259b3eccc7fdc7833981
authorBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 12 Jun 2008 10:58:52 +0000 (12 12:58 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Thu, 12 Jun 2008 10:58:52 +0000 (12 12:58 +0200)
treea5f3f0f9acb58981610c010a65d6648fdb518953
parent8bf176f40de457be523a79ad8981f5a8f5e9b59a
Disable default main menu key equivalent hack

In performKeyEquivalent: do not pass the key equivalent to
defaultMainMenu since this breaks the menus on OS X 10.4.  Also, this
hack is not strictly needed now that window cycling is hardcoded (and a
"New Window" menu is always available on the dock menu) so it is just as
well that it is removed.
src/MacVim/MMAtsuiTextView.m
src/MacVim/MMTextView.m