Fix tests by setting proper link tag in doc for ALEJobStarted

This commit is contained in:
Chris Marchesi 2018-04-27 22:32:21 -07:00
parent 9da015f74f
commit 129eb96561
No known key found for this signature in database
GPG Key ID: 8D6F1589D9834498
1 changed files with 1 additions and 1 deletions

View File

@ -2458,7 +2458,7 @@ 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|, which is actually
|ale#engine#IsCheckingBuffer()| over |ALELintPre-autocmd|, which is actually
triggered before any linters are executed.
===============================================================================