#678 - Document the sign column color behaviour

This commit is contained in:
w0rp 2017-06-23 12:00:33 +01:00
parent b9d91f0e9b
commit 499bf63dc3
1 changed files with 4 additions and 0 deletions

View File

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