Lines Matching refs:one
5 call setline(1, ['one', 'two', 'three', 'four'])
7 call assert_equal('one two', getline(1))
9 call setline(1, ['one', 'two', 'three', 'four'])
11 call assert_equal('one two three four', getline(1))
13 call setline(1, ['one', '', 'two'])
15 call assert_equal('one', getline(1))
17 call setline(1, ['one', ' ', 'two'])
19 call assert_equal('one', getline(1))
21 call setline(1, ['one', '', '', 'two'])
23 call assert_equal('one', getline(1))
25 call setline(1, ['one', ' ', ' ', 'two'])
27 call assert_equal('one', getline(1))
29 call setline(1, ['one', '', '', 'two'])
31 call assert_equal('one', getline(1))
248 // And so should this one.
251 // And so should this one.
284 /* Here the comment leader should be left intact. */ // And so should this one.
285 /* Here the comment leader should be left intact. */ // And so should this one.
342 // And so should this one.
345 // And so should this one.
410 /* Here the comment leader should be left intact. */ // And so should this one.
411 /* Here the comment leader should be left intact. */ // And so should this one.