#764 - Update the documentation to mention how to echo messages with the ALELint autocmd

This commit is contained in:
w0rp 2017-07-14 00:33:03 +01:00
parent 5afbc9b701
commit 507e32e91c
1 changed files with 3 additions and 1 deletions

View File

@ -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*