diff options
author | rhysd <lin90162@yahoo.co.jp> | 2018-05-09 23:08:39 +0900 |
---|---|---|
committer | rhysd <lin90162@yahoo.co.jp> | 2018-05-11 17:46:40 +0900 |
commit | 57f0454a557a1bb254fe63c583c53088b619c040 (patch) | |
tree | 800bffa4434ce315e37bd19d051cdd994f04a5eb /doc | |
parent | 38c66d33fe8022803497c49239b06112ccbd0a83 (diff) | |
download | ale-57f0454a557a1bb254fe63c583c53088b619c040.zip |
Improve g:ale_set_balloons default value
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 90686444..fa5e30de 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1350,7 +1350,8 @@ g:ale_set_balloons *g:ale_set_balloons* *b:ale_set_balloons* Type: |Number| - Default: `has('balloon_eval')` + Default: `has('balloon_eval') && has('gui_running') ||` + `has('balloon_eval_term') && !has('gui_running')` 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 |