From 30d9c93451f902fef9396215ec69a04429322750 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Tue, 10 Feb 2009 22:11:43 +0100 Subject: [PATCH] Mention that 'go' does not support "f" in help --- runtime/doc/gui_x11.txt | 3 ++- runtime/doc/options.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt index a3e8f558..897fc687 100644 --- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -63,7 +63,8 @@ already running vim will never fork in MacVim. "gvim --nofork" does the same as "gvim -f". If you want the GUI to run in the foreground always, include the 'f' -flag in 'guioptions'. |-f|. +flag in 'guioptions'. |-f|. MacVim does not support this flag in +'guioptions'. ============================================================================== 2. GUI Resources *gui-resources* *.Xdefaults* diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 06b2e2ba..142344cd 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3499,6 +3499,8 @@ A jump table for the options with a short description can be found at |Q_op|. foreground. |gui-fork| Note: Set this option in the vimrc file. The forking may have happened already when the |gvimrc| file is read. + MacVim does not support this flag due to limitations with + forking on Mac OS X. *'go-i'* 'i' Use a Vim icon. For GTK with KDE it is used in the left-upper corner of the window. It's black&white on non-GTK, because of -- 2.11.4.GIT