summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-12 23:25:41 +0100
committerw0rp <devw0rp@gmail.com>2017-10-12 23:25:41 +0100
commit663fe75d0faaf038e6f5e67a97940bf10990c0f0 (patch)
treeabcfcd211a84f677955fe906c1e41f90f3cb029b /doc
parente71c4a8bea25e6998d4d852677790ad6bd5a7e68 (diff)
downloadale-663fe75d0faaf038e6f5e67a97940bf10990c0f0.zip
#965 - Make the cursor echo delay configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/ale.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 817191f5..1e6b396d 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -541,6 +541,18 @@ g:ale_echo_cursor *g:ale_echo_cursor*
The format of the message can be customizable in |g:ale_echo_msg_format|.
+g:ale_echo_delay *g:ale_echo_delay*
+ *b:ale_echo_delay*
+ Type: |Number|
+ Default: `10`
+
+ Given any integer, this option controls the number of milliseconds before
+ ALE will echo a message for a problem near the cursor.
+
+ The value can be increased to decrease the amount of processing ALE will do
+ for files displaying a large number of problems.
+
+
g:ale_echo_msg_error_str *g:ale_echo_msg_error_str*
Type: |String|