Lines Matching refs:yes
202 command Doit let g:didit = 'yes'
206 call assert_equal('yes', g:didit)
221 call writefile(['command ExistingCommand echo "yes"'], 'Xcommandexists')
230 call writefile(['command ExistingCommand echo "yes"'], 'Xcommandexists2')
238 \ 'command ExistingCommand echo "yes"',
250 au CmdUndefined Doit :command Doit let g:didit = 'yes'
252 call assert_equal('yes', g:didit)
256 au CmdUndefined * let g:didnot = 'yes'
258 call assert_equal('yes', g:didnot)
627 g:didit = 'yes' # comment
632 call assert_equal('yes', g:didit)