On Thu, Dec 1, 2011 at 20:59, Bram Moolenaar <[email protected]> wrote: > Do you mean this: > > *** ../vim-7.3.363/src/main.c 2011-10-04 16:43:49.000000000 +0200 > --- src/main.c 2011-12-01 20:14:40.000000000 +0100 > *************** > *** 3294,3300 **** > --- 3294,3303 ---- > #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); >
Yes. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
