Lines Matching refs:prop

150   " Starting at line 5 col 1 this should find the prop at line 5 col 4.
155 " With skipstart left at false (default), this should find the prop at line
160 " With skipstart set to true, this should skip the prop at line 5 col 4.
165 " Search backwards from line 1 col 10 to find the prop on the same line.
170 " start and end lines of a text prop (searching forward or backward), the
171 " result should be the prop on the first line (the line with 'start' set to 1).
181 " start and end lines of a text prop (searching forward or backward), all lines
182 " of the prop will be skipped.
219 " Starting from line 6 col 1 search backwards for prop with id 10.
224 " Starting from line 1 col 1 search forwards for prop with id 12.
229 " Search for a prop with an unknown id.
233 " Search backwards from the proceeding position of the prop with id 11
242 " Negative ID is possible, just like prop is not found.
330 " Inserting text makes the prop bigger.
581 " split just before prop, move all props to next line
591 " split inside prop, split first prop
607 " split just after first prop, second prop move to next line
706 " The long prop is split and spans both lines.
765 " Setup a three line prop in lines 2 - 4.
802 " Test deleting the first line of a multi-line prop.
814 " Test deleting the last line of a multi-line prop.
826 " Test appending a line below the multi-line text prop start.
880 call prop_type_add('prop', {'highlight': 'Directory'})
881 call prop_add(3, 1, {'length': 5, 'type': 'prop'})
886 call prop_type_delete('prop')