Lines Matching refs:textprop
833 call prop_type_add('textprop', {})
834 call prop_add(1, 1, #{length: &columns, type: 'textprop'})
836 let opts = popup_create('', #{textprop: 'textprop'})
844 call prop_type_delete('textprop')
3915 call prop_type_add('textprop', {})
3916 call prop_add(1, 1, #{type: 'textprop', length: 1})
3917 let id = popup_create('TEST', #{textprop: 'textprop', highlight: 'ErrorMsg', tabpage: 1})
3919 …call assert_equal(['textprop', 'textpropid', 'textpropwin'], popup_getoptions(id)->keys()->filter(…
3924 call prop_type_delete('textprop')
3932 call prop_type_add('textprop', {})
3933 call prop_add(1, 1, #{type: 'textprop', length: 1})
3934 let id = popup_create('TEST', #{textprop: 'textprop'})
3936 call popup_setoptions(id, #{textprop: 'textprop', textpropwin: winid})
3942 call prop_type_delete('textprop')
3956 textprop: 'someprop',
3965 textprop: 'otherprop',