Added list of non-standard options that MacVim supports
[MacVim/jjgod.git] / main.m
blob5d5346169ca542ea95d42a5343f055656d18fc15
1 /* vi:set ts=8 sts=4 sw=4 ft=objc:
2  *
3  * VIM - Vi IMproved            by Bram Moolenaar
4  *                              MacVim GUI port by Bjorn Winckler
5  *
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>
13 int main(int argc, char *argv[])
15     return NSApplicationMain(argc,  (const char **) argv);