Lines Matching refs:two
117 call writefile(["two\tXfile2\t/^two$/"], 'Xdir/tags')
121 call assert_equal('two', taglist('.*')[0].name)
270 " Test for the 'J' flag in 'cpo' (two spaces after a sentence)
275 call setline(1, 'one. two! three? four."'' five.)]')
400 call setline(1, ['', 'one', 'two', 'three', 'one', 'two', 'three'])
418 call writefile(['two'], 'Xfile')
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))
473 exe "normal ggc/two\<CR>abc "
476 call assert_equal('abc two three four', getline(2))
478 call setline(1, repeat(['one two three four'], 2))
480 exe "normal ggc/two\<CR>abc "
493 call setline(1, ['three', 'one', 'two'])
499 call setline(1, ['three', 'one', 'two'])
620 call setline(1, ['one', 'two'])
626 call setline(1, ['one', 'two'])
630 call assert_equal("two\n", @")
666 call setline(1, 'one two three')
762 call setline(1, 'one two')
782 call append(0, ["aaa two three four", " zzz", "yyy ",
783 \ "bbb yee yoo four", "ccc two three four",
800 call assert_equal('aaa two', getline(1))
815 call setline(1, ['one', 'two', 'three'])
821 call assert_equal(['two', 'two', 'three', 'four', 'four'], getline(1, '$'))
824 call setline(1, ['one', 'two', 'three'])
826 call assert_equal(['', 'two', 'three'], getline(1, '$'))
828 call assert_equal(['', 'one', 'two', 'three'], getline(1, '$'))
830 call assert_equal(['zero', '', 'one', 'two', 'three'], getline(1, '$'))