Document ale_virtualtext_delay

This commit is contained in:
Luan Santos 2018-11-06 22:36:37 -08:00
parent f58a5cba05
commit 3ec09f7826
No known key found for this signature in database
GPG Key ID: CD0E63A032001A8A
1 changed files with 13 additions and 1 deletions

View File

@ -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|