Lines Matching refs:two

32   call prop_type_add('two', {})
36 call prop_type_delete('two')
63 call prop_type_add('two', {'bufnr': bufnr})
67 call prop_type_delete('two', {'bufnr': bufnr})
105 call prop_type_add('two', {})
112 call prop_type_delete('two')
118 call setline(1, 'one two three')
120 eval 1->prop_add(5, {'length': 3, 'id': 12, 'type': 'two'})
129 \ #{type_bufnr: 0, col: 5, length: 3, id: 12, type: 'two', start: 1, end: 1},
138 " Add two text props on lines 1 and 5, and one spanning lines 2 to 4.
300 call assert_equal(props[2], prop_find({'id': 12, 'type': 'two', 'both': 1}))
335 call assert_fails("call prop_add(1, 5, {'type': 'two', 'bufnr': 234343})", 'E158:')
346 call setline(1, ['one one one', 'two two two', 'six six six', 'ten ten ten'])
443 call prop_add(1, 8, {'length': 3, 'id': 12, 'type': 'two'})
446 \ #{type_bufnr: 0, col: 8, length: 3, id: 12, type: 'two', start: 1, end: 1},
457 call setline(lnum, 'one two three')
462 call prop_add(lnum, 5, {'length': 3, 'id': 12, 'type': 'two', 'bufnr': bufnr})
468 \ #{type_bufnr: 0, col: 5, length: 3, id: 12, type: 'two', start: 1, end: 1},
683 " Set first line to 'one two three'
689 " Change "n" in "one" to XX: 'oXXe two three'
697 " Delete "t" in "two" and "three" to XX: 'oXXe wo hree'
707 " The props on "two" and "three" move to the next line.
876 call setline(1, ['one one', 'two two', 'three three', 'four four', 'five'])
892 call setline(2, 'two three')
897 call search('^two')
899 \ 'length': len('two'),
903 call search('two \zsthree')
955 " Insert a character, delete two characters, then undo with "U"
1042 \ .. "'One two',"
1138 " Delete two columns while text props are three chars wide.
1498 " Join the two lines back together
1529 call setline(1, ['one ', 'two '])