Lines Matching refs:two
103 new two
116 " Setting local value in "two" must not change local value in "one"
179 :" Jump two seconds and go some seconds forward and backward
286 call assert_equal(['one one one', 'two', 'two', 'three'], getline(1, '$'))
288 call assert_equal(['one one one', 'two', 'two'], getline(1, '$'))
296 call assert_equal(['one one one', 'two', 'two'], getline(1, '$'))
298 call assert_equal(['one one one', 'two', 'two', 'three'], getline(1, '$'))
585 call setbufline('%', 1, ['one', 'two', 'three', 'four', 'five', 'six',
604 call assert_equal(['one', 'two', 'six', 'seven', 'eight', 'nine', 'ten'],
614 call assert_equal(['one', 'two', 'three', 'four', 'five', 'six', 'seven',
739 for [i, v] in [[1, 'one'], [2, 'two'], [3, 'three'],
745 call assert_equal(['', 'one', 'two', 'three', 'four', 'five', 'six',