summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-23 12:00:33 +0100
committerw0rp <devw0rp@gmail.com>2017-06-27 09:44:02 +0100
commit499bf63dc3935f5b615117027b5b4cdd80005480 (patch)
tree112c900559234a8927f295461cdb000685e75527
parentb9d91f0e9b94e9ab352f9a7b230f7b0aadec5a45 (diff)
downloadale-499bf63dc3935f5b615117027b5b4cdd80005480.zip
#678 - Document the sign column color behaviour
-rw-r--r--doc/ale.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index b0c6acd3..88046227 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*