diff options
author | Martin Tournoij <martin@arp242.net> | 2017-12-23 13:13:55 +0000 |
---|---|---|
committer | Martin Tournoij <martin@arp242.net> | 2018-03-17 18:24:38 +0000 |
commit | 302f69e933b85628c688a1b16eab5dd2e7976e99 (patch) | |
tree | e27cb56d84dbe449fff9e3514c87e600feecf849 /doc | |
parent | 92e6e4d1ba482a4d2d89d850f660c67ccf8a28eb (diff) | |
download | ale-302f69e933b85628c688a1b16eab5dd2e7976e99.zip |
Add ALEFixPre and ALEFixPost events
To run autocmd before and after every fix cycle.
Fixes #623 (`ALELintPre` was added in #1203).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 2e98cd71..b16528f6 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2304,9 +2304,11 @@ b:ale_linted *b:ale_linted* ALELintPre *ALELintPre-autocmd* ALELintPost *ALELintPost-autocmd* +ALEFixPre *ALEFixPre-autocmd* +ALEFixPost *ALEFixPost-autocmd* - These |User| autocommands are triggered before and after every lint cycle. - They can be used to update statuslines, send notifications, etc. + These |User| autocommands are triggered before and after every lint or fix + cycle. They can be used to update statuslines, send notifications, etc. The autocmd commands are run with |:silent|, so |:unsilent| is required for echoing messges. |