mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
parent
65394777d5
commit
4034670568
@ -1145,7 +1145,7 @@ If you want to always use ":confirm", set the 'confirm' option.
|
|||||||
|:diffsplit|, |:diffpatch|, |:pedit|, |:redir|,
|
|:diffsplit|, |:diffpatch|, |:pedit|, |:redir|,
|
||||||
|:source|, |:update|, |:visual|, |:vsplit|,
|
|:source|, |:update|, |:visual|, |:vsplit|,
|
||||||
and |:qall| if 'confirm' is set.
|
and |:qall| if 'confirm' is set.
|
||||||
{only in Win32 and Mac GUI}
|
{only in Win32 GUI}
|
||||||
When ":browse" is not possible you get an error
|
When ":browse" is not possible you get an error
|
||||||
message. If the |+browse| feature is missing or the
|
message. If the |+browse| feature is missing or the
|
||||||
{command} doesn't support browsing, the {command} is
|
{command} doesn't support browsing, the {command} is
|
||||||
|
@ -2563,9 +2563,9 @@ confirm({msg} [, {choices} [, {default} [, {type}]]])
|
|||||||
{default} is omitted, 1 is used.
|
{default} is omitted, 1 is used.
|
||||||
|
|
||||||
The optional {type} argument gives the type of dialog. This
|
The optional {type} argument gives the type of dialog. This
|
||||||
is only used for the icon of the Mac and Win32 GUI. It
|
is only used for the icon of the Win32 GUI. It can be one of
|
||||||
can be one of these values: "Error", "Question", "Info",
|
these values: "Error", "Question", "Info", "Warning" or
|
||||||
"Warning" or "Generic". Only the first character is relevant.
|
"Generic". Only the first character is relevant.
|
||||||
When {type} is omitted, "Generic" is used.
|
When {type} is omitted, "Generic" is used.
|
||||||
|
|
||||||
If the user aborts the dialog by pressing <Esc>, CTRL-C,
|
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.
|
folding Compiled with |folding| support.
|
||||||
gettext Compiled with message translation |multi-lang|
|
gettext Compiled with message translation |multi-lang|
|
||||||
gui Compiled with GUI enabled.
|
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_running Vim is running in the GUI, or it will start soon.
|
||||||
gui_win32 Compiled with MS Windows Win32 GUI.
|
gui_win32 Compiled with MS Windows Win32 GUI.
|
||||||
iconv Can use iconv() for conversion.
|
iconv Can use iconv() for conversion.
|
||||||
|
@ -390,7 +390,7 @@ To enter debugging mode use one of these methods:
|
|||||||
useful to find out what is happening when Vim is starting up. A side
|
useful to find out what is happening when Vim is starting up. A side
|
||||||
effect is that Vim will switch the terminal mode before initialisations
|
effect is that Vim will switch the terminal mode before initialisations
|
||||||
have finished, with unpredictable results.
|
have finished, with unpredictable results.
|
||||||
For a GUI-only version (Windows, Macintosh) the debugging will start as
|
For a GUI-only version (Windows) the debugging will start as
|
||||||
soon as the GUI window has been opened. To make this happen early, add a
|
soon as the GUI window has been opened. To make this happen early, add a
|
||||||
":gui" command in the vimrc file.
|
":gui" command in the vimrc file.
|
||||||
*:debug*
|
*:debug*
|
||||||
|
@ -77,7 +77,7 @@ Graphical User Interface (GUI). |gui|
|
|||||||
Included support for GUI: menu's, mouse, scrollbars, etc. You can
|
Included support for GUI: menu's, mouse, scrollbars, etc. You can
|
||||||
define your own menus. Better support for CTRL/SHIFT/ALT keys in
|
define your own menus. Better support for CTRL/SHIFT/ALT keys in
|
||||||
combination with special keys and mouse. Supported for various
|
combination with special keys and mouse. Supported for various
|
||||||
platforms such as Win32 and Macintosh.
|
platforms such as Win32.
|
||||||
|
|
||||||
Multiple windows and buffers. |windows.txt|
|
Multiple windows and buffers. |windows.txt|
|
||||||
Vim can split the screen into several windows, each editing a
|
Vim can split the screen into several windows, each editing a
|
||||||
|
Loading…
Reference in New Issue
Block a user