Lines Matching refs:one
11 call writefile(['one'], 'Xfile')
116 call writefile(["one\tXfile1\t/^one$/"], 'tags')
123 call assert_equal('one', taglist('.*')[0].name)
258 exe "normal i one\<CR>\<Up>"
262 exe "normal i one\<CR>\<Up>"
275 call setline(1, 'one. two! three? four."'' five.)]')
400 call setline(1, ['', 'one', 'two', 'three', 'one', 'two', 'three'])
402 exe "normal /one/+2\<CR>"
406 exe "normal /one/+2\<CR>"
417 call setline(1, 'one')
423 call assert_equal(['one'], readfile('Xfile'))
437 call setline(1, 'one')
454 call setline(1, ['one', 'two', 'three', 'four', 'five'])
459 call setline(1, ['one', 'two', 'three', 'four', 'five'])
471 call setline(1, repeat(['one two three four'], 2))
478 call setline(1, repeat(['one two three four'], 2))
493 call setline(1, ['three', 'one', 'two'])
499 call setline(1, ['three', 'one', 'two'])
558 " Test for the 'w' flag in 'cpo' ('cw' on a blank character changes only one
620 call setline(1, ['one', 'two'])
624 call assert_equal("one\n", @")
626 call setline(1, ['one', 'two'])
666 call setline(1, 'one two three')
669 call assert_equal('one tw$ three', g:Line)
762 call setline(1, 'one two')
815 call setline(1, ['one', 'two', 'three'])
824 call setline(1, ['one', 'two', 'three'])
828 call assert_equal(['', 'one', 'two', 'three'], getline(1, '$'))
830 call assert_equal(['zero', '', 'one', 'two', 'three'], getline(1, '$'))
838 call writefile(['one'], 'Xfile')