diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-03-03 19:36:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 19:36:52 +0000 |
commit | 1f211dbe3e6820e60bcb5044690f31a288399e44 (patch) | |
tree | 67c1676bd9b96b2c0f3c652fa7980baa65880f28 /doc | |
parent | 969274ccc2a2d334d36b3e767de362b8dc40f4e2 (diff) | |
parent | 7030758da623ad692d18ecaaffdac283b91d4d09 (diff) | |
download | ale-1f211dbe3e6820e60bcb5044690f31a288399e44.zip |
Merge pull request #374 from jwoudenberg/master
WIP: Add support for error details
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 72daa97f..af26b9c9 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1173,6 +1173,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* |