From 499bf63dc3935f5b615117027b5b4cdd80005480 Mon Sep 17 00:00:00 2001 From: w0rp Date: Fri, 23 Jun 2017 12:00:33 +0100 Subject: [PATCH] #678 - Document the sign column color behaviour --- doc/ale.txt | 4 ++++ 1 file changed, 4 insertions(+) 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*