comparison runtime/doc/sign.txt @ 9860:9eaf8ef656e9

commit https://github.com/vim/vim/commit/0952131376a517fc12dc5ae908a97018b4ee23f0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 12 22:54:35 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 12 Aug 2016 23:00:07 +0200
parents 32de51778c27
children 2b6654519a7c
comparison
equal deleted inserted replaced
9859:72104c1f1961 9860:9eaf8ef656e9
1 *sign.txt* For Vim version 7.4. Last change: 2014 May 07 1 *sign.txt* For Vim version 7.4. Last change: 2016 Aug 12
2 2
3 3
4 VIM REFERENCE MANUAL by Gordon Prieur 4 VIM REFERENCE MANUAL by Gordon Prieur
5 and Bram Moolenaar 5 and Bram Moolenaar
6 6
43 displayed. A defined sign can be placed several times in different lines 43 displayed. A defined sign can be placed several times in different lines
44 and files. 44 and files.
45 45
46 When signs are defined for a file, Vim will automatically add a column of two 46 When signs are defined for a file, Vim will automatically add a column of two
47 characters to display them in. When the last sign is unplaced the column 47 characters to display them in. When the last sign is unplaced the column
48 disappears again. The color of the column is set with the SignColumn group 48 disappears again. This behavior can be changed with the 'signcolumn' option.
49 |hl-SignColumn|. Example to set the color: > 49
50 The color of the column is set with the SignColumn group |hl-SignColumn|.
51 Example to set the color: >
50 52
51 :highlight SignColumn guibg=darkgrey 53 :highlight SignColumn guibg=darkgrey
52 54
53 ============================================================================== 55 ==============================================================================
54 2. Commands *sign-commands* *:sig* *:sign* 56 2. Commands *sign-commands* *:sig* *:sign*