diff options
author | w0rp <devw0rp@gmail.com> | 2018-03-25 12:57:08 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-03-25 12:57:08 +0100 |
commit | 164c711b3da5a51a2323a3bd613df251ce455ca5 (patch) | |
tree | 25796d3a5776c4789def6ee00b68fca95a8db2e4 /doc/ale.txt | |
parent | 107516c757df82d2ee84426de9b35fd52e953c5c (diff) | |
download | ale-164c711b3da5a51a2323a3bd613df251ce455ca5.zip |
Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add b:ale_set_balloonsv1.8.0
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index d3fc576c..47a7d33b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1291,13 +1291,19 @@ g:ale_pattern_options_enabled *g:ale_pattern_options_enabled* g:ale_set_balloons *g:ale_set_balloons* + *b:ale_set_balloons* Type: |Number| Default: `has('balloon_eval')` When this option is set to `1`, balloon messages will be displayed for problems. Problems nearest to the cursor on the line the cursor is over will - be displayed. + be displayed. Balloons will not be shown when either |g:ale_enabled| is `0` + or |b:ale_enabled| is `0`. + + `b:ale_set_balloons` can be set to `0` to disable balloons for a buffer. + Balloons cannot be enabled for a specific buffer when not initially enabled + globally. g:ale_set_highlights *g:ale_set_highlights* |