comparison src/main.c @ 1722:5950b03fc906 v7.2.020

updated for version 7.2-020
author vimboss
date Thu, 18 Sep 2008 18:57:10 +0000
parents fc8bf5d4051a
children 5a7384b9ca66
comparison
equal deleted inserted replaced
1721:d23a400b7184 1722:5950b03fc906
1455 #endif 1455 #endif
1456 parmp->evim_mode = TRUE; 1456 parmp->evim_mode = TRUE;
1457 ++initstr; 1457 ++initstr;
1458 } 1458 }
1459 1459
1460 if (TOLOWER_ASC(initstr[0]) == 'g' || initstr[0] == 'k') 1460 /* "gvim" starts the GUI. Also accept "Gvim" for MS-Windows. */
1461 if (TOLOWER_ASC(initstr[0]) == 'g')
1461 { 1462 {
1462 main_start_gui(); 1463 main_start_gui();
1463 #ifdef FEAT_GUI 1464 #ifdef FEAT_GUI
1464 ++initstr; 1465 ++initstr;
1465 #endif 1466 #endif