Revert "Modifier key sends Esc" related commits
[MacVim.git] / src / MacVim / MMApplication.h
blob28937e97456d7e2e2dfcef3e957bf1821ff1fe1d
1 /* vi:set ts=8 sts=4 sw=4 ft=objc:
3 * VIM - Vi IMproved by Bram Moolenaar
4 * MacVim GUI port by Bjorn Winckler
6 * Do ":help uganda" in Vim to read copying and usage conditions.
7 * Do ":help credits" in Vim to see a list of people who contributed.
8 * See README.txt for an overview of the Vim source code.
9 */
11 #import <Cocoa/Cocoa.h>
14 @interface MMApplication : NSApplication {
17 @end