summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-14 23:29:48 +0000
committerw0rp <devw0rp@gmail.com>2017-11-14 23:29:48 +0000
commit48be035da82c30fe12859179d731720f3819ee4e (patch)
treea562b86907f16b4d1bae41e713fe87e1f4d6d8a3 /doc/ale.txt
parentd48506f9c17915a72ff773f11728958e723e9e92 (diff)
downloadale-48be035da82c30fe12859179d731720f3819ee4e.zip
Update the documentation for :ALEDetail
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index cd6a3a0d..7da027b6 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1609,10 +1609,12 @@ ALEDisableBuffer *ALEDisableBuffer*
For removing problems reported by ALE, but leaving ALE enabled, see
|ALEReset| and |ALEResetBuffer|.
+ *:ALEDetail*
ALEDetail *ALEDetail*
- Show the full linter message for the current line. This will only have an
- effect on lines that contain a linter message.
+ Show the full linter message for the current line in the preview window.
+ 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.