comparison runtime/doc/sign.txt @ 2152:b9e314fe473f

Updated runtime files.
author Bram Moolenaar <bram@zimbu.org>
date Fri, 14 May 2010 23:24:24 +0200
parents 5232b9862f23
children 7c8c7c95a865
comparison
equal deleted inserted replaced
2151:ae22c450546c 2152:b9e314fe473f
1 *sign.txt* For Vim version 7.2. Last change: 2006 Apr 24 1 *sign.txt* For Vim version 7.2. Last change: 2010 May 07
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
51 :highlight SignColumn guibg=darkgrey 51 :highlight SignColumn guibg=darkgrey
52 52
53 ============================================================================== 53 ==============================================================================
54 2. Commands *sign-commands* *:sig* *:sign* 54 2. Commands *sign-commands* *:sig* *:sign*
55 55
56 Here is an example that places a sign piet, displayed with the text ">>", in 56 Here is an example that places a sign "piet", displayed with the text ">>", in
57 line 23 of the current file: > 57 line 23 of the current file: >
58 :sign define piet text=>> texthl=Search 58 :sign define piet text=>> texthl=Search
59 :exe ":sign place 2 line=23 name=piet file=" . expand("%:p") 59 :exe ":sign place 2 line=23 name=piet file=" . expand("%:p")
60 60
61 And here is the command to delete it again: > 61 And here is the command to delete it again: >