Lines Matching refs:start_incl
10 …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'])
42 …call prop_type_add('comment', #{bufnr: bufnr, highlight: 'Directory', priority: 123, start_incl: 1…
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},
1640 {highlight: 'StatusLine', end_incl: 0, start_incl: 0, priority: 0, bufnr: bufnr, combine: 1},