diff options
author | Luan Santos <cfcluan@gmail.com> | 2018-11-06 22:36:37 -0800 |
---|---|---|
committer | Luan Santos <cfcluan@gmail.com> | 2018-11-06 22:36:37 -0800 |
commit | 3ec09f7826a6799aa4186542e0f802991b36ddc3 (patch) | |
tree | 3c9d3c07774ebb508615f482cd50aeeec360d513 /doc/ale.txt | |
parent | f58a5cba0583231f77bd5e7cd5ab7a246fb00cd1 (diff) | |
download | ale-3ec09f7826a6799aa4186542e0f802991b36ddc3.zip |
Document ale_virtualtext_delay
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1e114c72..d260b40e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1880,11 +1880,23 @@ g:ale_virtualtext_cursor *g:ale_virtua contains a warning or error. This option can be set to `0` to disable this behavior. - Messages are only displayed after a short delay. See |g:ale_echo_delay|. + Messages are only displayed after a short delay. See |g:ale_virtualtext_delay|. Messages can be prefixed prefixed with a string. See |g:ale_virtualtext_prefix|. +g:ale_virtualtext_delay *g:ale_virtualtext_delay* + *b:ale_virtualtext_delay* + Type: |Number| + Default: `10` + + Given any integer, this option controls the number of milliseconds before + ALE will show 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_virtualtext_prefix *g:ale_virtualtext_prefix* Type: |String| |