mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-020
This commit is contained in:
parent
ca9f958114
commit
806875ddb5
@ -1457,7 +1457,8 @@ parse_command_name(parmp)
|
|||||||
++initstr;
|
++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();
|
main_start_gui();
|
||||||
#ifdef FEAT_GUI
|
#ifdef FEAT_GUI
|
||||||
|
@ -676,6 +676,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
20,
|
||||||
/**/
|
/**/
|
||||||
19,
|
19,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user