diff --git a/doc/ale.txt b/doc/ale.txt index b0c6acd..8804622 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -234,6 +234,10 @@ g:ale_change_sign_column_color *g:ale_change_sign_column_color* `ALESignColumnWithErrors` - Links to `error` by default. `ALESignColumnWithoutErrors` - Uses the value for `SignColumn` by default. + The sign column color can only be changed globally in Vim. The sign column + might produce unexpected results if editing different files in split + windows. + g:ale_echo_cursor *g:ale_echo_cursor*