Lines Matching refs:one
214 call setline(1, ['one', '/* two */', 'three'])
216 call assert_equal(['one', '/* two */', 'three'], getline(1, '$'))
224 call feedkeys("a- one\n- two\n", 'xt')
225 call assert_equal(['- one', '- two', ''], getline(1, '$'))
229 call assert_equal(['', 'one', ''], getline(1, '$'))
234 call assert_equal(['one two', ''], getline(1, '$'))
238 call assert_equal(['one', 'two', ''], getline(1, '$'))
266 call setline(1, ['- one two', 'three'])
268 call assert_equal(['- one two three'], getline(1, '$'))
271 call setline(1, ['- one', '- two'])
273 call assert_equal(['- one', '- two'], getline(1, '$'))