comparison runtime/doc/textprop.txt @ 30324:0827d3d6d8c0

Update runtime files Commit: https://github.com/vim/vim/commit/9712ff1288f942736ed76c0dec014909f067eec9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 18 13:04:22 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Sep 2022 14:15:05 +0200
parents ed6f3d2593df
children 1e91e26ceebf
comparison
equal deleted inserted replaced
30323:7637e274f2a6 30324:0827d3d6d8c0
1 *textprop.txt* For Vim version 9.0. Last change: 2021 Nov 23 1 *textprop.txt* For Vim version 9.0. Last change: 2022 Sep 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
140 id user defined ID for the property; must be a 140 id user defined ID for the property; must be a
141 number, should be positive; when using "text" 141 number, should be positive; when using "text"
142 then "id" must not be present and will be set 142 then "id" must not be present and will be set
143 automatically to a negative number; otherwise 143 automatically to a negative number; otherwise
144 zero is used 144 zero is used
145 *E1305*
145 text text to be displayed before {col}, or after the 146 text text to be displayed before {col}, or after the
146 line if {col} is zero; prepend and/or append 147 line if {col} is zero; prepend and/or append
147 spaces for padding with highlighting 148 spaces for padding with highlighting; cannot
149 be used with "length", "end_lnum" and "end_col"
148 *E1294* 150 *E1294*
149 text_align when "text" is present and {col} is zero; 151 text_align when "text" is present and {col} is zero;
150 specifies where to display the text: 152 specifies where to display the text:
151 after after the end of the line 153 after after the end of the line
152 right right aligned in the window (unless 154 right right aligned in the window (unless
154 line) 156 line)
155 below in the next screen line 157 below in the next screen line
156 above just above the line 158 above just above the line
157 When omitted "after" is used. Only one 159 When omitted "after" is used. Only one
158 "right" property can fit in each line, if 160 "right" property can fit in each line, if
159 there are two ore more these will go in a 161 there are two or more these will go in a
160 separate line (still right aligned). 162 separate line (still right aligned).
161 text_padding_left *E1296* 163 text_padding_left *E1296*
162 used when "text" is present and {col} is zero; 164 used when "text" is present and {col} is zero;
163 padding between the end of the text line 165 padding between the end of the text line
164 (leftmost column for "below") and the virtual 166 (leftmost column for "below") and the virtual