mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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
|
||||
/* Gnome gives extra messages for --help if we continue, but not for -h. */
|
||||
if (gui.starting)
|
||||
{
|
||||
mch_msg("\n");
|
||||
gui.dofork = FALSE;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
mch_exit(0);
|
||||
|
Reference in New Issue
Block a user