diff options
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| |