From 507e32e91c61a754f0ca69ddbf46b0c3a3ae3602 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 14 Jul 2017 00:33:03 +0100 Subject: [PATCH] #764 - Update the documentation to mention how to echo messages with the ALELint autocmd --- doc/ale.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index e027ef1..ab5714c 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*