summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-05-31 22:04:33 +0100
committerw0rp <devw0rp@gmail.com>2017-05-31 22:04:33 +0100
commit735a6a2a885d8c5581a19f16998b4b6209742bd5 (patch)
tree2491953f638693e1a9825bb01052fe555f8db742 /doc
parent5e4c302b5bfd916214865c3c3d3808c75d137932 (diff)
downloadale-735a6a2a885d8c5581a19f16998b4b6209742bd5.zip
Fix #537 - Add support for balloons
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 1e3ac0fb..42868121 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -586,6 +586,16 @@ g:ale_pattern_options_enabled *g:ale_pattern_options_enabled*
for |g:ale_pattern_options| will turn this option on.
+g:ale_set_balloons *g: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.
+
+
g:ale_set_highlights *g:ale_set_highlights*
Type: |Number|