aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-05 03:33:45 +0200
committerGitHub <noreply@github.com>2019-08-05 03:33:45 +0200
commit45c34bd84aa512b262f9d60e3f25f547cb5c189a (patch)
tree71f59a64ff19b34029aedc4eec1ee26d3dcc8c74 /runtime/doc/vim_diff.txt
parent01ddb39699c2d84386c2a08c94ee9c175917a4ef (diff)
downloadrneovim-45c34bd84aa512b262f9d60e3f25f547cb5c189a.tar.gz
rneovim-45c34bd84aa512b262f9d60e3f25f547cb5c189a.tar.bz2
rneovim-45c34bd84aa512b262f9d60e3f25f547cb5c189a.zip
:doautocmd : Never show "No matching autocommands" #10689
The message is useless, it doesn't even mention the event name. vim_dev discussion: https://groups.google.com/forum/#!msg/vim_dev/RTbq58TMq9w/Xr4rSoUTCgAJ ref: https://github.com/vim/vim/issues/4300
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index bc742b9221..a358da460c 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -310,6 +310,9 @@ other arguments if used).
|input()| and |inputdialog()| support user-defined cmdline highlighting.
+Commands:
+ |:doautocmd| does not warn about "No matching autocommands".
+
Highlight groups:
|hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other
groups