summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index e027ef16..ab5714c2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1478,8 +1478,10 @@ ALELint *ALELint-autocmd*
For example, you can echo a message when linting is complete like so:
>
- autocmd User ALELint echom "ALE run!"
+ autocmd User ALELint unsilent echom 'ALE run!'
<
+ The autocmd commands are run with |:silent|, so |:unsilent| is required for
+ echoing messges.
===============================================================================
8. Special Thanks *ale-special-thanks*