commit | 806875ddb541c72263ea3350fb643ce07fb9036b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 18 18:57:10 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 18 18:57:10 2008 +0000 |
tree | f757c6af3f7ba6bf11c14766f53d4a941b133aa6 | |
parent | ca9f9581145ea5bdc3016147802ddeb8c8f8d5ce [diff] [blame] |
updated for version 7.2-020
diff --git a/src/main.c b/src/main.c index a9eb460..0fc5941 100644 --- a/src/main.c +++ b/src/main.c
@@ -1457,7 +1457,8 @@ ++initstr; } - if (TOLOWER_ASC(initstr[0]) == 'g' || initstr[0] == 'k') + /* "gvim" starts the GUI. Also accept "Gvim" for MS-Windows. */ + if (TOLOWER_ASC(initstr[0]) == 'g') { main_start_gui(); #ifdef FEAT_GUI