From 129eb9656135265b67f93463da424446a6f332fa Mon Sep 17 00:00:00 2001 From: Chris Marchesi Date: Fri, 27 Apr 2018 22:32:21 -0700 Subject: [PATCH] Fix tests by setting proper link tag in doc for ALEJobStarted --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale.txt b/doc/ale.txt index d52e8fe..3252fc6 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. ===============================================================================