mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.369
Problem: When compiled with Gnome get an error message when using --help. Solution: Don't fork. (Ivan Krasilnikov)
This commit is contained in:
@@ -3294,7 +3294,10 @@ usage()
|
|||||||
#ifdef FEAT_GUI_GNOME
|
#ifdef FEAT_GUI_GNOME
|
||||||
/* Gnome gives extra messages for --help if we continue, but not for -h. */
|
/* Gnome gives extra messages for --help if we continue, but not for -h. */
|
||||||
if (gui.starting)
|
if (gui.starting)
|
||||||
|
{
|
||||||
mch_msg("\n");
|
mch_msg("\n");
|
||||||
|
gui.dofork = FALSE;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
mch_exit(0);
|
mch_exit(0);
|
||||||
|
@@ -714,6 +714,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 */
|
||||||
|
/**/
|
||||||
|
369,
|
||||||
/**/
|
/**/
|
||||||
368,
|
368,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user