Lines Matching refs:two

187   " Ensure that it will still break if two spaces are entered
817two three ’ four
938 call feedkeys("ione two to ", 'xt')
939 call assert_equal('one two to ', getline(1))
945 call setline(1, ['one ', 'two'])
947 call assert_equal(['one two'], getline(1, '$'))
985 call setline(1, ['one two three four', 'five six', 'one two'])
991 call setline(1, ['one two three four', 'five six', 'one two'])
1006 call setline(1, [' 1) one two three four', ' 2) two'])
1008 call assert_equal([' 1) one two', ' three', ' four', ' 2) two'],
1020 call setline(1, [' - one two three', ' - two'])
1022 call assert_equal([' - one', ' two', ' three', ' - two'],
1035 call setline(1, 'one two three four')
1037 call assert_equal(['one two three', 'fourmore'], getline(1, '$'))
1041 call setline(1, 'one two three four')
1043 call assert_equal(['one two three fourmore five'], getline(1, '$'))
1047 call setline(1, 'one two three four')
1049 call assert_equal(['one two three four', 'five'], getline(1, '$'))
1053 call setline(1, 'one two three four')
1055 call assert_equal(['one two three fourmore', 'five'], getline(1, '$'))
1067 call setline(1, 'one two three four')
1069 call assert_equal(['one two three four a', 'bird'], getline(1, '$'))
1073 call setline(1, 'one two three four')
1075 call assert_equal(['one two three four', 'a bird'], getline(1, '$'))
1087 call setline(1, 'one two three four five')
1089 call assert_equal(['one two three four', 'five six'], getline(1, '$'))
1093 call setline(1, 'one two three four five')
1095 call assert_equal(['one two three four five six'], getline(1, '$'))