Lines Matching refs:two
16 call setline(1, ['one', 'two', 'three'])
23 call setline(1, ['one', 'two', 'three'])
31 call setline(1, ['one', 'two', 'three', 'four'])
33 call assert_equal(['one', '[two]', '[three]', 'four'], getline(1, '$'))
71 call setline(1, ['one', 'two', 'three'])
98 call setline(1, ['one', 'two', 'three'])
113 ruby $curbuf.append(1, 'two')
116 call assert_equal(['one', 'two', 'three', '', 'four'], getline(1, '$'))
129 call setline(1, ['one', 'two', 'three'])
131 call assert_equal('two', rubyeval('$curbuf.line'))
142 call setline(1, ['one', 'two', 'three'])
151 call setline(1, ['one', 'two'])
153 call assert_equal('two', rubyeval('$curbuf[2]'))
165 call setline(1, ['one', 'two'])
286 call setline(1, ['one', 'two', 'three', 'four'])