summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-05-17 16:23:29 +0100
committerw0rp <devw0rp@gmail.com>2018-05-17 16:23:29 +0100
commitd8d13ef264340113b74a3310a203416f2916b2f5 (patch)
tree78b945e88c23725140dfbc99fbebef21f063cf1d /doc
parent3a3c24472361f4a7567500b63e9122bfcd5eb252 (diff)
downloadale-d8d13ef264340113b74a3310a203416f2916b2f5.zip
Do not echo messages to the echo line for mouse movements unless the user says so
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index fa5e30de..636ef12a 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1363,6 +1363,21 @@ g:ale_set_balloons *g:ale_set_balloons*
globally.
+g:ale_set_balloons_legacy_echo *g:ale_set_balloons_legacy_echo*
+ *b:ale_set_balloons_legacy_echo*
+ Type: |Number|
+ Default: undefined
+
+ If set to `1`, moving your mouse over documents in Vim will make ALE ask
+ `tsserver` or `LSP` servers for information about the symbol where the mouse
+ cursor is, and print that information into Vim's echo line. This is an
+ option for supporting older versions of Vim which do not properly support
+ balloons in an asynchronous manner.
+
+ If your version of Vim supports the |balloon_show| function, then this
+ option does nothing meaningful.
+
+
g:ale_set_highlights *g:ale_set_highlights*
Type: |Number|