Lines Matching refs:complete
270 call assert_fails('com! -complete DoCmd :', 'E179:')
271 call assert_fails('com! -complete=xxx DoCmd :', 'E180:')
272 call assert_fails('com! -complete=custom DoCmd :', 'E467:')
273 call assert_fails('com! -complete=customlist DoCmd :', 'E467:')
274 call assert_fails('com! -complete=behave,CustomComplete DoCmd :', 'E468:')
280 com! -complete=file DoCmd :
283 com! -nargs=0 -complete=file DoCmd :
288 com! -complete=file DoCmd :
294 com! -nargs=0 -complete=file DoCmd :
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…
333 call feedkeys(":com -complete=co\<C-A>\<C-B>\"\<CR>", 'tx')
334 call assert_equal('"com -complete=color command compiler', @:)
361 com! -nargs=1 -complete=behave DoCmd :
365 com! -nargs=* -complete=custom,CustomComplete DoCmd :
369 com! -nargs=? -complete=customlist,CustomCompleteList DoCmd :
373 com! -nargs=+ -complete=custom,CustomCompleteList DoCmd :
376 com! -nargs=+ -complete=customlist,CustomComp DoCmd :
380 com! -nargs=? -complete=custom, DoCmd
384 com! -nargs=? -complete=custom,min DoCmd
396 command! -nargs=* -complete=custom,CallExecute DoExec :
518 " Test with various -complete= argument values (non-exhaustive list)
519 command! -nargs=1 -complete=arglist DoCmd :
523 command! -nargs=* -complete=augroup DoCmd :
527 command! -nargs=? -complete=custom,CustomComplete DoCmd :
531 command! -nargs=+ -complete=customlist,CustomComplete DoCmd :
579 …command! -bang -bar -register -buffer -nargs=+ -complete=environment -addr=windows -count=3 DoCmd :
609 command -nargs=* -complete=customlist,T1 TCmd1
618 command -nargs=* -complete=customlist,T2 TCmd2