Lines Matching refs:global
77 prop_type_add('global', {})
80 prop_add(1, 1, {type: 'global'})
85 {type: 'global', type_bufnr: 0, id: 0, col: 1, end: 1, length: 0, start: 1},
91 {lnum: 1, id: 0, col: 1, type_bufnr: 0, end: 1, type: 'global', length: 0, start: 1},
92 prop_find({lnum: 1, type: 'global'}))
94 prop_remove({type: 'global'}, 1)
97 prop_type_delete('global')
1623 prop_type_add('bufnr-global', {highlight: 'ErrorMsg'})
1626 prop_add(1, 1, {type: 'bufnr-global', length: 1})
1631 {id: 0, col: 1, type_bufnr: 0, end: 1, type: 'bufnr-global', length: 1, start: 1},
1637 prop_type_get('bufnr-global', {bufnr: list[0].type_bufnr}))
1644 prop_type_delete('bufnr-global')