diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-05 03:33:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 03:33:45 +0200 |
commit | 45c34bd84aa512b262f9d60e3f25f547cb5c189a (patch) | |
tree | 71f59a64ff19b34029aedc4eec1ee26d3dcc8c74 /runtime/doc/vim_diff.txt | |
parent | 01ddb39699c2d84386c2a08c94ee9c175917a4ef (diff) | |
download | rneovim-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.txt | 3 |
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 |