Add documentation for ALEDetail

This commit is contained in:
Jasper Woudenberg 2017-03-02 18:55:22 -08:00
parent f5ddc51d85
commit ae88263f0f
1 changed files with 9 additions and 0 deletions

View File

@ -1141,6 +1141,7 @@ ALELint *ALELint*
ALEPrevious *ALEPrevious* ALEPrevious *ALEPrevious*
ALEPreviousWrap *ALEPreviousWrap* ALEPreviousWrap *ALEPreviousWrap*
ALENext *ALENext* ALENext *ALENext*
ALENextWrap *ALENextWrap*
ALENextWrap *ALENextWrap* ALENextWrap *ALENextWrap*
*ale-navigation-commands* *ale-navigation-commands*
@ -1173,6 +1174,14 @@ ALEToggle *ALEToggle*
quickfix items, signs, current jobs, etc. Calling this option will change quickfix items, signs, current jobs, etc. Calling this option will change
the |g:ale_enabled| variable. the |g:ale_enabled| variable.
ALEDetail *ALEDetail*
Show the full linter message for the current line. This will only have an
effect on lines that contain a linter message.
A plug mapping `<Plug>(ale_detail)` is defined for this command.
=============================================================================== ===============================================================================
7. API *ale-api* 7. API *ale-api*