diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-12 22:54:35 +0200 |
commit | 0952131376a517fc12dc5ae908a97018b4ee23f0 (patch) | |
tree | 937cfa4e0fd89164703af30695387707b4897e42 /runtime/doc/sign.txt | |
parent | b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f (diff) | |
download | vim-git-0952131376a517fc12dc5ae908a97018b4ee23f0.tar.gz |
Updated runtime files.
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 6c9207307..fcc6435b3 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 @@ -45,8 +45,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 |