aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt19
1 files changed, 5 insertions, 14 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index f22966f340..e295772693 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -2563,9 +2563,9 @@ confirm({msg} [, {choices} [, {default} [, {type}]]])
{default} is omitted, 1 is used.
The optional {type} argument gives the type of dialog. This
- is only used for the icon of the GTK, Mac, and Win32 GUI. It
- can be one of these values: "Error", "Question", "Info",
- "Warning" or "Generic". Only the first character is relevant.
+ is only used for the icon of the Win32 GUI. It can be one of
+ these values: "Error", "Question", "Info", "Warning" or
+ "Generic". Only the first character is relevant.
When {type} is omitted, "Generic" is used.
If the user aborts the dialog by pressing <Esc>, CTRL-C,
@@ -3279,8 +3279,7 @@ foreground() Move the Vim window to the foreground. Useful when sent from
On Win32 systems this might not work, the OS does not always
allow a window to bring itself to the foreground. Use
|remote_foreground()| instead.
- {only in the Win32 and GTK GUI versions and the
- Win32 console version}
+ {only in the Win32 GUI and console version}
function({name}) *function()* *E700*
@@ -3528,8 +3527,6 @@ getfontname([{name}]) *getfontname()*
Only works when the GUI is running, thus not in your vimrc or
gvimrc file. Use the |GUIEnter| autocommand to use this
function just after the GUI has started.
- Note that the GTK 2 GUI accepts any font name, thus checking
- for a valid name does not work.
getfperm({fname}) *getfperm()*
The result is a String, which is the read, write, and execute
@@ -5213,8 +5210,7 @@ remote_foreground({server}) *remote_foreground()*
Note: This does not restore the window if it was minimized,
like foreground() does.
This function is not available in the |sandbox|.
- {only in the Win32 and GTK GUI versions and the
- Win32 console version}
+ {only in the Win32 GUI and the Win32 console version}
remote_peek({serverid} [, {retvar}]) *remote_peek()*
@@ -6980,7 +6976,6 @@ debug Compiled with "DEBUG" defined.
dialog_con Compiled with console dialog support.
dialog_gui Compiled with GUI dialog support.
digraphs Compiled with support for digraphs.
-dnd Compiled with support for the "~ register |quote_~|.
eval Compiled with expression evaluation support. Always
true, of course!
ex_extra Compiled with extra Ex commands |+ex_extra|.
@@ -6998,10 +6993,6 @@ fname_case Case in file names matters (for Windows this is not
folding Compiled with |folding| support.
gettext Compiled with message translation |multi-lang|
gui Compiled with GUI enabled.
-gui_gnome Compiled with Gnome support (gui_gtk is also defined).
-gui_gtk Compiled with GTK+ GUI (any version).
-gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined).
-gui_mac Compiled with Macintosh GUI.
gui_running Vim is running in the GUI, or it will start soon.
gui_win32 Compiled with MS Windows Win32 GUI.
iconv Can use iconv() for conversion.