diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 72daa97f..b21409bb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1142,6 +1142,7 @@ ALEPrevious *ALEPrevious* ALEPreviousWrap *ALEPreviousWrap* ALENext *ALENext* ALENextWrap *ALENextWrap* +ALENextWrap *ALENextWrap* *ale-navigation-commands* Move between warnings or errors in a buffer. @@ -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* |