diff options
author | Jasper Woudenberg <mail@jasperwoudenberg.com> | 2017-03-02 18:55:22 -0800 |
---|---|---|
committer | Jasper Woudenberg <mail@jasperwoudenberg.com> | 2017-03-02 18:55:22 -0800 |
commit | ae88263f0ff5d50563c43745acf2f48ea9a8d057 (patch) | |
tree | 40f1c90d43db85bd6c7481fa7bc34c51700087ad /doc/ale.txt | |
parent | f5ddc51d8588844e7c21b0a8882114b0597ca502 (diff) | |
download | ale-ae88263f0ff5d50563c43745acf2f48ea9a8d057.zip |
Add documentation for ALEDetail
Diffstat (limited to 'doc/ale.txt')
-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* |