diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-15 16:03:30 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-28 14:57:38 -0500 |
commit | 6205846cd969bf6bafc933cb295c4cef819b9e84 (patch) | |
tree | 3de1ba4dfc17a741177f8c3521022c13a02e4445 /runtime/doc/sign.txt | |
parent | 00466410701802214aba5c95f1cbb2e5086a37f5 (diff) | |
download | rneovim-6205846cd969bf6bafc933cb295c4cef819b9e84.tar.gz rneovim-6205846cd969bf6bafc933cb295c4cef819b9e84.tar.bz2 rneovim-6205846cd969bf6bafc933cb295c4cef819b9e84.zip |
vim-patch:0952131
Updated runtime files.
https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0
Diffstat (limited to 'runtime/doc/sign.txt')
-rw-r--r-- | runtime/doc/sign.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/sign.txt b/runtime/doc/sign.txt index 44a5361c5d..fd1fe8dce3 100644 --- a/runtime/doc/sign.txt +++ b/runtime/doc/sign.txt @@ -1,4 +1,4 @@ -*sign.txt* For Vim version 7.4. Last change: 2014 May 07 +*sign.txt* For Vim version 7.4. Last change: 2016 Aug 12 VIM REFERENCE MANUAL by Gordon Prieur @@ -40,8 +40,10 @@ There are two steps in using signs: When signs are defined for a file, Vim will automatically add a column of two characters to display them in. When the last sign is unplaced the column -disappears again. The color of the column is set with the SignColumn group -|hl-SignColumn|. Example to set the color: > +disappears again. This behavior can be changed with the 'signcolumn' option. + +The color of the column is set with the SignColumn group |hl-SignColumn|. +Example to set the color: > :highlight SignColumn guibg=darkgrey |