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