diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-14 00:33:03 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-14 00:33:12 +0100 |
commit | 507e32e91c61a754f0ca69ddbf46b0c3a3ae3602 (patch) | |
tree | b59ae57c2e0b787e00385d927c54c696132e2096 /doc | |
parent | 5afbc9b701a485d86a1d372ce2a8b03408e84235 (diff) | |
download | ale-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.txt | 4 |
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* |