]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.369 v7.3.369
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2011 14:57:59 +0000 (15:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Dec 2011 14:57:59 +0000 (15:57 +0100)
Problem:    When compiled with Gnome get an error message when using --help.
Solution:   Don't fork. (Ivan Krasilnikov)

src/main.c
src/version.c

index 2044893df8a50904f0aa562f6d010da5fa7a5ee5..d1702fe57051598de3963705a5ace48dfaec6fee 100644 (file)
@@ -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);
index 2e1de9b09ee4bd260df34af3d99879e584c027b5..af7461a35e62f10c4b671bfc0a19a7119a7a7d0d 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    369,
 /**/
     368,
 /**/