comparison runtime/doc/textprop.txt @ 19646:847a300aa244

Update runtime files Commit: https://github.com/vim/vim/commit/b17893aa940dc7d45421f875f5d90855880aad27 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 14 08:19:51 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Mar 2020 08:30:08 +0100
parents 67f39cb0a49c
children 56265f711890
comparison
equal deleted inserted replaced
19645:c4e27eead327 19646:847a300aa244
1 *textprop.txt* For Vim version 8.2. Last change: 2020 Feb 22 1 *textprop.txt* For Vim version 8.2. Last change: 2020 Mar 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
131 "length" is present; when {col} and "end_col" 131 "length" is present; when {col} and "end_col"
132 are equal, and "end_lnum" is omitted or equal 132 are equal, and "end_lnum" is omitted or equal
133 to {lnum}, this is a zero-width text property 133 to {lnum}, this is a zero-width text property
134 bufnr buffer to add the property to; when omitted 134 bufnr buffer to add the property to; when omitted
135 the current buffer is used 135 the current buffer is used
136 id user defined ID for the property; when omitted 136 id user defined ID for the property; must be a
137 zero is used 137 number; when omitted zero is used
138 type name of the text property type 138 type name of the text property type
139 All fields except "type" are optional. 139 All fields except "type" are optional.
140 140
141 It is an error when both "length" and "end_lnum" or "end_col" 141 It is an error when both "length" and "end_lnum" or "end_col"
142 are given. Either use "length" or "end_col" for a property 142 are given. Either use "length" or "end_col" for a property