E852: The child process failed to start the GUI
(or "E233: cannot open display" if launched not in X11)
Press ENTER or type command to continue
And after pressing Enter, it doesn't quit but drops me into editor window.
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);
--
Your fault: core dumped
/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Yes.