diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 8feb3eb8..198a0c7e 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -479,7 +479,9 @@ g:ale_set_signs *g:ale_set_signs* signs marking where errors and warnings appear in the file. The `ALEErrorSign` and `ALEWarningSign` highlight groups will be used to provide highlighting for the signs. The text used for signs can be customised with - the |g:ale_sign_error| and |g:ale_sign_warning| options. + the |g:ale_sign_error| and |g:ale_sign_warning| options. The `ALEErrorSign` + and `ALEWarningLine` highlight groups will be used to provide highlighting + for the lines that the signs reside on. g:ale_sign_column_always *g:ale_sign_column_always* |