I think "gvim -f" is a mistake of "vim -f". Executing ":gui" on gvim is useless.
--- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -48,7 +48,7 @@ ":gui -f". Don't use "vim -fg", because "-fg" specifies the foreground color. -When using "gvim -f" and then ":gui", Vim will run in the foreground. The +When using "vim -f" and then ":gui", Vim will run in the foreground. The "-f" argument will be remembered. To force running Vim in the background use ":gui -b". Regards, Ken Takata -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
