summaryrefslogtreecommitdiff
path: root/autoload
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 /autoload
parent6ab3fdc4d0566c09e9456c3bf1b7aa92747fd0aa (diff)
parentb81bc8d481c9967938118a0fffeb299b470cfd59 (diff)
downloadale-3331f6c8f4a1a8ffff90ec1a2faea36eff55fe7c.zip
Merge pull request #1543 from vancluever/f-add-JobStartedAutoCmd
Add ALEJobStarted User autocommand event
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/engine.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/ale/engine.vim b/autoload/ale/engine.vim
index 0704fd5b..e1c41552 100644
--- a/autoload/ale/engine.vim
+++ b/autoload/ale/engine.vim
@@ -586,6 +586,8 @@ function! s:RunJob(options) abort
\ 'output': [],
\ 'next_chain_index': l:next_chain_index,
\}
+
+ silent doautocmd <nomodeline> User ALEJobStarted
endif
if g:ale_history_enabled