diff options
author | Chris Marchesi <chrism@vancluevertech.com> | 2018-04-27 22:32:21 -0700 |
---|---|---|
committer | Chris Marchesi <chrism@vancluevertech.com> | 2018-04-27 22:32:21 -0700 |
commit | 129eb9656135265b67f93463da424446a6f332fa (patch) | |
tree | 035bab0cfa55977e76c8fbce4be1833af3aea8b7 /doc | |
parent | 9da015f74fd95658e6714ac4a5e8f979bc7a638f (diff) | |
download | ale-129eb9656135265b67f93463da424446a6f332fa.zip |
Fix tests by setting proper link tag in doc for ALEJobStarted
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d52e8fe9..3252fc6b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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. =============================================================================== |