Home
last modified time | relevance | path

Searched refs:end_incl (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Dtextprop.txt59 "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 Dversion8.txt43137 properties respect start_incl and end_incl. (Axel Forsman,
/vim-8.2.3635/src/
H A Dtextprop.c1447 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 Dtest_textprop.vim10 …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 …]