Lines Matching refs:one
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, '$'))
1060 " Test for the '1' flag in 'formatoptions'. Don't wrap text after a one letter
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, '$'))