Lines Matching refs:one
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'])
100 call assert_equal(['one', 'three'], getline(1, '$'))
111 ruby $curbuf.append(0, 'one')
116 call assert_equal(['one', 'two', 'three', '', 'four'], getline(1, '$'))
129 call setline(1, ['one', 'two', 'three'])
134 call assert_equal(['one', 'TWO', 'three'], getline(1, '$'))
142 call setline(1, ['one', 'two', 'three'])
151 call setline(1, ['one', 'two'])
152 call assert_equal('one', rubyeval('$curbuf[1]'))
165 call setline(1, ['one', 'two'])
286 call setline(1, ['one', 'two', 'three', 'four'])
288 call assert_equal(['one', 'four'], getline(1, '$'))