From 48be035da82c30fe12859179d731720f3819ee4e Mon Sep 17 00:00:00 2001 From: w0rp Date: Tue, 14 Nov 2017 23:29:48 +0000 Subject: [PATCH] Update the documentation for :ALEDetail --- doc/ale.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ale.txt b/doc/ale.txt index cd6a3a0..7da027b 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 `(ale_detail)` is defined for this command.