Lines Matching refs:with

7 Displaying text with properties attached.	*textprop* *text-properties*
21 Text properties can be attached to text in a buffer. They will move with the
22 text: If lines are deleted or inserted the properties move with the text they
52 combined with any syntax highlighting; when FALSE the
55 "priority" when properties overlap, the one with the highest
79 and/or ends with a specific character, such as the quote surrounding a string.
82 ^^^^^^^^ property with start_incl and end_incl set
85 ^^^^^^ property with start_incl and end_incl not set
128 {props} is a dictionary with these fields:
149 will be zero-width. That means it will move with the text, as
169 {props} is a dictionary with these fields:
207 Search for a text property as specified with {props}:
208 id property with this ID
209 type property with this type name
212 start position with "lnum" and "col"
227 If a match is found then a Dict is returned with the entries
228 as with prop_list(), and additionally an "lnum" entry.
233 Return a List with all text properties in line {lnum}.
239 Each property is a Dict with these entries:
266 bit slow for a buffer with many lines).
268 {props} is a dictionary with these fields:
269 id remove text properties with this ID
270 type remove text properties with this type name
286 Add a text property type {name}. If a property type with this
288 {props} is a dictionary with these optional fields:
295 properties the one with the highest priority
299 with any syntax highlight; when FALSE syntax
311 property with this name does not exist an error is given.
333 dictionary with the same fields as was given to
345 Returns a list with all property type names.
370 To update text properties after the text was changed, install a callback with
379 - When setting the line with |setline()| or through an interface, such as Lua,