#764 - Update the documentation to mention how to echo messages with the ALELint autocmd
This commit is contained in:
parent
5afbc9b701
commit
507e32e91c
@ -1478,8 +1478,10 @@ ALELint *ALELint-autocmd*
|
|||||||
|
|
||||||
For example, you can echo a message when linting is complete like so:
|
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*
|
8. Special Thanks *ale-special-thanks*
|
||||||
|
Loading…
Reference in New Issue
Block a user