summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-14 00:33:03 +0100
committerw0rp <devw0rp@gmail.com>2017-07-14 00:33:12 +0100
commit507e32e91c61a754f0ca69ddbf46b0c3a3ae3602 (patch)
treeb59ae57c2e0b787e00385d927c54c696132e2096 /doc
parent5afbc9b701a485d86a1d372ce2a8b03408e84235 (diff)
downloadale-507e32e91c61a754f0ca69ddbf46b0c3a3ae3602.zip
#764 - Update the documentation to mention how to echo messages with the ALELint autocmd
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*