From ae88263f0ff5d50563c43745acf2f48ea9a8d057 Mon Sep 17 00:00:00 2001 From: Jasper Woudenberg Date: Thu, 2 Mar 2017 18:55:22 -0800 Subject: Add documentation for ALEDetail --- doc/ale.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index 72daa97f..b21409bb 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -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 `(ale_detail)` is defined for this command. + =============================================================================== 7. API *ale-api* -- cgit v1.2.3 From 7030758da623ad692d18ecaaffdac283b91d4d09 Mon Sep 17 00:00:00 2001 From: Jasper Woudenberg Date: Thu, 2 Mar 2017 23:20:00 -0800 Subject: Fix documentation error. --- doc/ale.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/ale.txt b/doc/ale.txt index b21409bb..af26b9c9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1141,7 +1141,6 @@ ALELint *ALELint* ALEPrevious *ALEPrevious* ALEPreviousWrap *ALEPreviousWrap* ALENext *ALENext* -ALENextWrap *ALENextWrap* ALENextWrap *ALENextWrap* *ale-navigation-commands* -- cgit v1.2.3