diff options
author | Seth Jackson <sethjackson@gmail.com> | 2016-01-14 16:50:21 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-14 23:04:58 -0500 |
commit | 403467056818dce535059c87f289db00b0d4216c (patch) | |
tree | 51401ec6828d8a547facd348bcfeaaa7554d5975 /runtime/doc/eval.txt | |
parent | 65394777d51cb8f5a81bc241ab031b83d12549d9 (diff) | |
download | rneovim-403467056818dce535059c87f289db00b0d4216c.tar.gz rneovim-403467056818dce535059c87f289db00b0d4216c.tar.bz2 rneovim-403467056818dce535059c87f289db00b0d4216c.zip |
doc: Remove references to the Mac GUI #4016
We don't support it.
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 59ba5f808e..9e4eca8e06 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 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, @@ -6993,7 +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_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. |