Add documentation for ALEDetail
This commit is contained in:
parent
f5ddc51d85
commit
ae88263f0f
1 changed files with 9 additions and 0 deletions
|
@ -1141,6 +1141,7 @@ ALELint *ALELint*
|
|||
ALEPrevious *ALEPrevious*
|
||||
ALEPreviousWrap *ALEPreviousWrap*
|
||||
ALENext *ALENext*
|
||||
ALENextWrap *ALENextWrap*
|
||||
ALENextWrap *ALENextWrap*
|
||||
*ale-navigation-commands*
|
||||
|
||||
|
@ -1173,6 +1174,14 @@ ALEToggle *ALEToggle*
|
|||
quickfix items, signs, current jobs, etc. Calling this option will change
|
||||
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*
|
||||
|
||||
|
|
Reference in a new issue