]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-020 v7.2.020
authorBram Moolenaar <Bram@vim.org>
Thu, 18 Sep 2008 18:57:10 +0000 (18:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 18 Sep 2008 18:57:10 +0000 (18:57 +0000)
src/main.c
src/version.c

index a9eb4609ca725396268d35bfbcd3450c7a1abada..0fc59412cdbd7e3abd7447c0042f4d78adb10f5b 100644 (file)
@@ -1457,7 +1457,8 @@ parse_command_name(parmp)
        ++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
index 6b8444ce7052b6e2227b541d4f48487a5a10c39d..e842d4e8ca65f696f436816f2d0d2b543ace4502 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    20,
 /**/
     19,
 /**/