Searched refs:end_incl (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/runtime/doc/ |
| H A D | textprop.txt | 59 "end_incl" when TRUE inserts at the end position will be 77 Setting "start_incl" and "end_incl" is useful when white space surrounds the 82 ^^^^^^^^ property with start_incl and end_incl set 85 ^^^^^^ property with start_incl and end_incl not set 155 the property type does not have "end_incl" set. 303 end_incl when TRUE inserts at the end position will be
|
| H A D | version8.txt | 43137 properties respect start_incl and end_incl. (Axel Forsman,
|
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 1447 int end_incl = (pt != NULL in adjust_prop() local 1451 int droppable = !(start_incl || end_incl); in adjust_prop() 1457 - (start_incl || (prop->tp_len == 0 && end_incl))) in adjust_prop() 1460 else if (col + 1 < prop->tp_col + prop->tp_len + end_incl) in adjust_prop() 1598 int start_incl, end_incl; in adjust_props_for_split() local 1606 end_incl = (pt != NULL && (pt->pt_flags & PT_FLAG_INS_END_INCL)); in adjust_props_for_split() 1608 cont_next = skipped <= prop.tp_col + prop.tp_len - !end_incl; in adjust_props_for_split()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_textprop.vim | 10 …op_type_add('comment', {'highlight': 'Directory', 'priority': 123, 'start_incl': 1, 'end_incl': 1}) 19 call assert_equal(1, proptype['end_incl']) 30 call assert_equal(0, proptype['end_incl']) 51 call assert_equal(1, proptype['end_incl']) 61 call assert_equal(0, proptype['end_incl']) 325 call prop_type_add('included', {'start_incl': 1, 'end_incl': 1}) 423 end_incl: true, 1059 \ "call prop_type_add('end', {'highlight': 'NumberProp', 'end_incl': 1})", 1060 \ "call prop_type_add('both', {'highlight': 'NumberProp', 'start_incl': 1, 'end_incl': 1})", 1636 {highlight: 'ErrorMsg', end_incl: 0, start_incl: 0, priority: 0, combine: 1}, [all …]
|