Lines Matching refs:two
120 TestFArgs one two three
121 call assert_equal(['one', 'two', 'three'], g:args)
123 TestFArgs one\\two three
124 call assert_equal(['one\two', 'three'], g:args)
126 TestFArgs one\ two three
127 call assert_equal(['one two', 'three'], g:args)
129 TestFArgs one\"two three
130 call assert_equal(['one\"two', 'three'], g:args)
141 TestQArgs one two three
142 call assert_equal(['one two three'], g:args)
144 TestQArgs one\\two three
145 call assert_equal(['one\\two three'], g:args)
147 TestQArgs one\ two three
148 call assert_equal(['one\ two three'], g:args)
150 TestQArgs one\"two three
151 call assert_equal(['one\"two three'], g:args)
409 args one two three
663 command -buffer TwoBuffer echo 'two'