Lines Matching refs:addr
268 call assert_fails('com! -addr DoCmd :', 'E179:')
269 call assert_fails('com! -addr=asdf DoCmd :', 'E180:')
322 call assert_equal('"com -addr bang bar buffer complete count keepscript nargs range register', @:)
325 …call assert_equal('"com -nargs=0 -addr bang bar buffer complete count keepscript nargs range regis…
330 call feedkeys(":com -addr=\<C-A>\<C-B>\"\<CR>", 'tx')
331 …call assert_equal('"com -addr=arguments buffers lines loaded_buffers other quickfix tabs windows',…
403 command! -addr=lines DoSomething let g:a1 = <line1> | let g:a2 = <line2>
408 command! -addr=arguments DoSomething let g:a1 = <line1> | let g:a2 = <line2>
414 command! -addr=buffers DoSomething let g:a1 = <line1> | let g:a2 = <line2>
424 command! -addr=loaded_buffers DoSomething let g:a1 = <line1> | let g:a2 = <line2>
439 command! -addr=windows DoSomething let g:a1 = <line1> | let g:a2 = <line2>
446 command! -addr=tabs DoSomething let g:a1 = <line1> | let g:a2 = <line2>
453 command! -addr=other DoSomething let g:a1 = <line1> | let g:a2 = <line2>
488 " Test with various -addr= argument values.
489 command! -addr=lines DoCmd :
493 command! -addr=arguments DoCmd :
497 command! -addr=buffers DoCmd :
501 command! -addr=loaded_buffers DoCmd :
505 command! -addr=windows DoCmd :
509 command! -addr=tabs DoCmd :
513 command! -addr=other DoCmd :
579 …command! -bang -bar -register -buffer -nargs=+ -complete=environment -addr=windows -count=3 DoCmd :