Lines Matching refs:complete

774 complete match or until there is no match at all.  Example: If you map! "qq",
786 Vim will use the buffer-local mapping. In addition, Vim will use a complete
1440 *:command-complete*
1445 -complete=arglist file names in argument list
1446 -complete=augroup autocmd groups
1447 -complete=buffer buffer names
1448 -complete=behave :behave suboptions
1449 -complete=color color schemes
1450 -complete=command Ex command (and arguments)
1451 -complete=compiler compilers
1452 -complete=cscope |:cscope| suboptions
1453 -complete=dir directory names
1454 -complete=environment environment variable names
1455 -complete=event autocommand events
1456 -complete=expression Vim expression
1457 -complete=file file and directory names
1458 -complete=file_in_path file and directory names in |'path'|
1459 -complete=filetype filetype names |'filetype'|
1460 -complete=function function name
1461 -complete=help help subjects
1462 -complete=highlight highlight groups
1463 -complete=history :history suboptions
1464 -complete=locale locale names (as output of locale -a)
1465 -complete=mapclear buffer argument
1466 -complete=mapping mapping name
1467 -complete=menu menus
1468 -complete=messages |:messages| suboptions
1469 -complete=option options
1470 -complete=packadd optional package |pack-add| names
1471 -complete=shellcmd Shell command
1472 -complete=sign |:sign| suboptions
1473 -complete=syntax syntax file names |'syntax'|
1474 -complete=syntime |:syntime| suboptions
1475 -complete=tag tags
1476 -complete=tag_listfiles tags, file names are shown when CTRL-D is hit
1477 -complete=user user names
1478 -complete=var user variables
1479 -complete=custom,{func} custom completion, defined via {func}
1480 -complete=customlist,{func} custom completion, defined via {func}
1516 :com -complete=custom,ListUsers -nargs=1 Finger !finger <args>
1523 :com -nargs=1 -bang -complete=customlist,EditFileComplete
1645 command! -nargs=+ -complete=file MyEdit
1655 command! -nargs=+ -complete=file Sedit
1705 :com -nargs=1 -bang -complete=file Ren f <args>|w<bang>
1709 :com -range -nargs=1 -complete=file
1734 :command -nargs=+ -complete=command Allargs call Allargs(<q-args>)