Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_textprop.vim10 …call prop_type_add('comment', {'highlight': 'Directory', 'priority': 123, 'start_incl': 1, 'end_in…
18 call assert_equal(1, proptype['start_incl'])
29 call assert_equal(0, proptype['start_incl'])
50 call assert_equal(1, proptype['start_incl'])
60 call assert_equal(0, proptype['start_incl'])
325 call prop_type_add('included', {'start_incl': 1, 'end_incl': 1})
422 start_incl: true,
1058 \ "call prop_type_add('start', {'highlight': 'NumberProp', 'start_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 …]
/vim-8.2.3635/src/
H A Dtextprop.c1444 int start_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()
1598 int start_incl, end_incl; in adjust_props_for_split() local
1605 start_incl = (pt != NULL && (pt->pt_flags & PT_FLAG_INS_START_INCL)); in adjust_props_for_split()
1607 cont_prev = prop.tp_col + !start_incl <= kept; in adjust_props_for_split()
/vim-8.2.3635/runtime/doc/
H A Dtextprop.txt57 "start_incl" when TRUE inserts at the start 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
301 start_incl when TRUE inserts at the start position will
H A Dversion8.txt43137 properties respect start_incl and end_incl. (Axel Forsman,