aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-12-01 02:41:31 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-12-01 16:06:01 +0100
commit0f00f31cbd9b13b41a0d3d976d192bbbeac9cbe8 (patch)
tree5b360b1cb235501364a80b53a460ed5da4f013c3 /runtime
parentfeec926633e317577b0a3a63cc0fb352c0ba77b8 (diff)
downloadrneovim-0f00f31cbd9b13b41a0d3d976d192bbbeac9cbe8.tar.gz
rneovim-0f00f31cbd9b13b41a0d3d976d192bbbeac9cbe8.tar.bz2
rneovim-0f00f31cbd9b13b41a0d3d976d192bbbeac9cbe8.zip
VimL/confirm(): Show dialog even if :silent
closes #8788 related #9034
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/various.txt11
1 files changed, 3 insertions, 8 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 5f40ccf2ec..d78dd90f18 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -517,14 +517,9 @@ m *+xim* X input method |xim|
:silent! /^begin
:if v:errmsg != ""
: ... pattern was not found
-< ":silent" will also avoid the hit-enter prompt. When
- using this for an external command, this may cause the
- screen to be messed up. Use |CTRL-L| to clean it up
- then.
- ":silent menu ..." defines a menu that will not echo a
- Command-line command. The command will still produce
- messages though. Use ":silent" in the command itself
- to avoid that: ":silent menu .... :silent command".
+< ":silent" also skips the hit-enter prompt.
+ Dialogs that prompt for user input (|confirm()|,
+ 'swapfile', …) are never silent.
*:uns* *:unsilent*
:uns[ilent] {command} Execute {command} not silently. Only makes a