summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-04-29 20:16:59 +0100
committerGitHub <noreply@github.com>2018-04-29 20:16:59 +0100
commit3331f6c8f4a1a8ffff90ec1a2faea36eff55fe7c (patch)
treedae923444f2d9baa5463e6182a3e8b85d3f26202 /doc
parent6ab3fdc4d0566c09e9456c3bf1b7aa92747fd0aa (diff)
parentb81bc8d481c9967938118a0fffeb299b470cfd59 (diff)
downloadale-3331f6c8f4a1a8ffff90ec1a2faea36eff55fe7c.zip
Merge pull request #1543 from vancluever/f-add-JobStartedAutoCmd
Add ALEJobStarted User autocommand event
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index ca15048a..f1e784ae 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2459,7 +2459,15 @@ ALEFixPost *ALEFixPost-autocmd*
autocmd User ALELintPre let s:ale_running = 1 | redrawstatus
autocmd User ALELintPost let s:ale_running = 0 | redrawstatus
augroup end
+
<
+ALEJobStarted *ALEJobStarted-autocmd*
+
+ This |User| autocommand is triggered immediately after a job is successfully
+ run. This provides better accuracy for checking linter status with
+ |ale#engine#IsCheckingBuffer()| over |ALELintPre-autocmd|, which is actually
+ triggered before any linters are executed.
+
===============================================================================
10. Special Thanks *ale-special-thanks*