Update the documentation for :ALEDetail

This commit is contained in:
w0rp 2017-11-14 23:29:48 +00:00
parent d48506f9c1
commit 48be035da8
1 changed files with 4 additions and 2 deletions

View File

@ -1609,10 +1609,12 @@ ALEDisableBuffer *ALEDisableBuffer*
For removing problems reported by ALE, but leaving ALE enabled, see For removing problems reported by ALE, but leaving ALE enabled, see
|ALEReset| and |ALEResetBuffer|. |ALEReset| and |ALEResetBuffer|.
*:ALEDetail*
ALEDetail *ALEDetail* ALEDetail *ALEDetail*
Show the full linter message for the current line. This will only have an Show the full linter message for the current line in the preview window.
effect on lines that contain a linter message. This will only have an effect on lines that contain a linter message. The
preview window can be easily closed with the `q` key.
A plug mapping `<Plug>(ale_detail)` is defined for this command. A plug mapping `<Plug>(ale_detail)` is defined for this command.