From 3ec09f7826a6799aa4186542e0f802991b36ddc3 Mon Sep 17 00:00:00 2001 From: Luan Santos Date: Tue, 6 Nov 2018 22:36:37 -0800 Subject: Document ale_virtualtext_delay --- doc/ale.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/ale.txt') 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| -- cgit v1.2.3