Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 25 of 156) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/
H A Dtest_usercommands.vim9 command! -nargs=* MyCmd let g:mods = '<mods>'
283 com! -nargs=0 -complete=file DoCmd :
298 com! -nargs=0 DoCmd :
301 com! -nargs=1 DoCmd :
304 com! -nargs=+ DoCmd :
380 com! -nargs=? -complete=custom, DoCmd
537 command! -nargs=0 DoCmd :
541 command! -nargs=1 DoCmd :
545 command! -nargs=* DoCmd :
549 command! -nargs=? DoCmd :
[all …]
H A Dcheck.vim4 command -nargs=1 MissingFeature throw 'Skipped: ' .. <args> .. ' feature missing'
7 command -nargs=1 CheckFeature call CheckFeature(<f-args>)
18 command -nargs=1 CheckNotFeature call CheckNotFeature(<f-args>)
29 command -nargs=1 CheckOption call CheckOption(<f-args>)
40 command -nargs=1 CheckFunction call CheckFunction(<f-args>)
51 command -nargs=1 CheckCommand call CheckCommand(<f-args>)
59 command -nargs=1 CheckExecutable call CheckExecutable(<f-args>)
140 command -nargs=1 CheckEnv call CheckEnv(<f-args>)
230 command -nargs=+ CheckAnyOf call CheckAnyOf(<f-args>)
246 command -nargs=+ CheckAllOf call CheckAllOf(<f-args>)
H A Dscript_util.vim5 com! -nargs=1 -bar Xpath let g:Xpath ..= <args>
7 com! -nargs=1 -bar Xloop let g:Xpath ..= <args> .. g:Xloop
68 com! -nargs=1 -bar ExecAsScript call ExecAsScript(<f-args>)
H A Dtest_quickfix.vim13 command! -nargs=* Xgetexpr <mods>cgetexpr <args>
14 command! -nargs=* Xaddexpr <mods>caddexpr <args>
16 command! -nargs=* Xnewer <mods>cnewer <args>
17 command! -nargs=* Xopen <mods> copen <args>
18 command! -nargs=* Xwindow <mods>cwindow <args>
19 command! -nargs=* Xbottom <mods>cbottom <args>
20 command! -nargs=* Xclose <mods>cclose <args>
34 command! -nargs=* Xexpr <mods>cexpr <args>
37 command! -nargs=* Xgrep <mods> grep <args>
40 command! -nargs=0 -count Xcc <count>cc
[all …]
H A Dtest_windows_home.vim50 command! -nargs=* SaveEnv call <SID>save_env(<f-args>)
51 command! -nargs=* RestoreEnv call <SID>restore_env()
52 command! -nargs=* UnletEnv call <SID>unlet_env(<f-args>)
H A Dtest_utf8.vim48 command -nargs=1 -complete=customlist,CustomComplete1 Test1 echo
52 command -nargs=1 -complete=customlist,CustomComplete2 Test2 echo
56 command -nargs=1 -complete=customlist,CustomComplete3 Test3 echo
/vim-8.2.3635/runtime/plugin/
H A DnetrwPlugin.vim60 com! -nargs=* NetUserPass call NetUserPass(<f-args>)
62 com! -nargs=? Ntree call netrw#SetTreetop(1,<q-args>)
65 com! -nargs=* -bar -bang -count=0 -complete=dir Explore call netrw#Explore(<count>,0,0+<bang>0,<q-…
66 com! -nargs=* -bar -bang -count=0 -complete=dir Sexplore call netrw#Explore(<count>,1,0+<bang>0,<q-…
67 com! -nargs=* -bar -bang -count=0 -complete=dir Hexplore call netrw#Explore(<count>,1,2+<bang>0,<q-…
68 com! -nargs=* -bar -bang -count=0 -complete=dir Vexplore call netrw#Explore(<count>,1,4+<bang>0,<q-…
69 com! -nargs=* -bar -count=0 -complete=dir Texplore call netrw#Explore(<count>,0,6 ,<q-…
70 com! -nargs=* -bar -bang Nexplore call netrw#Explore(-1,0,0,<q-args>)
71 com! -nargs=* -bar -bang Pexplore call netrw#Explore(-2,0,0,<q-args>)
72 com! -nargs=* -bar -bang -count=0 -complete=dir Lexplore call netrw#Lexplore(<count>,<bang>0,<q-arg…
[all …]
H A DgetscriptPlugin.vim31 com! -nargs=0 GetLatestVimScripts call getscript#GetLatestVimScripts()
32 com! -nargs=0 GetScripts call getscript#GetLatestVimScripts()
33 sil! com -nargs=0 GLVS call getscript#GetLatestVimScripts()
H A DvimballPlugin.vim25 com! -range -complete=file -nargs=+ -bang MkVimball call vimball#MkVimball(<line1>,<line2>,<bang…
26 com! -nargs=? -complete=dir UseVimball call vimball#Vimball(1,<f-args>)
27 com! -nargs=0 VimballList call vimball#Vimball(0)
28 com! -nargs=* -complete=dir RmVimball call vimball#SaveSettings()|call vimball#RmVimball(<f-a…
H A DlogiPat.vim49 com! -nargs=* LogiPat call LogiPat(<q-args>,1)
50 sil! com -nargs=* LP call LogiPat(<q-args>,1)
51 sil! com -nargs=* LPR call LogiPat(<q-args>,1,"r")
52 com! -nargs=+ LPE echomsg LogiPat(<q-args>)
53 com! -nargs=+ LogiPatFlags let s:LogiPatFlags="<args>"
54 sil! com -nargs=+ LPF let s:LogiPatFlags="<args>"
/vim-8.2.3635/runtime/syntax/
H A Dsyncolor.vim11 command -nargs=* SynColor hi <args>
12 command -nargs=* SynLink hi link <args>
16 command -nargs=* SynColor hi def <args>
17 command -nargs=* SynLink hi def link <args>
20 command -nargs=* SynColor hi <args>
21 command -nargs=* SynLink hi! link <args>
H A Dvim.vim96 com! -nargs=* VimFolda <args>
101 com! -nargs=* VimFoldf <args>
139 com! -nargs=* VimFolda <args>
140 com! -nargs=* VimFoldf <args>
141 com! -nargs=* VimFoldh <args>
142 com! -nargs=* VimFoldl <args>
143 com! -nargs=* VimFoldm <args>
144 com! -nargs=* VimFoldp <args>
145 com! -nargs=* VimFoldP <args>
146 com! -nargs=* VimFoldr <args>
[all …]
H A Dsexplib.vim56 command -nargs=+ HiLink hi link <args>
58 command -nargs=+ HiLink hi def link <args>
H A Ddot.vim89 command -nargs=+ HiLink hi link <args>
91 command -nargs=+ HiLink hi def link <args>
/vim-8.2.3635/runtime/ftplugin/
H A Dzsh.vim23 …command! -buffer -nargs=1 RunHelp silent exe '!MANPAGER= zsh -ic "autoload -Uz run-help; run-help …
25 …command! -buffer -nargs=1 RunHelp silent exe ':term zsh -ic "autoload -Uz run-help; run-help <args…
27 …command! -buffer -nargs=1 RunHelp echo system('zsh -ic "autoload -Uz run-help; run-help <args> 2>/…
H A Dps1.vim45 …command! -buffer -nargs=1 GetHelp silent exe '!' . s:pwsh_cmd . ' -NoLogo -NoProfile -NonInteracti…
47 …command! -buffer -nargs=1 GetHelp silent exe 'term ' . s:pwsh_cmd . ' -NoLogo -NoProfile -NonInter…
49 …command! -buffer -nargs=1 GetHelp echo system(s:pwsh_cmd . ' -NoLogo -NoProfile -NonInteractive -E…
H A Drust.vim117 command! -nargs=* -complete=file -bang -buffer RustRun call rust#Run(<bang>0, <q-args>)
120 command! -nargs=* -complete=customlist,rust#CompleteExpand -bang -buffer RustExpand call rust#Expan…
123 command! -nargs=* -buffer RustEmitIr call rust#Emit("llvm-ir", <q-args>)
126 command! -nargs=* -buffer RustEmitAsm call rust#Emit("asm", <q-args>)
H A Dsystemd.vim15 command! -buffer -nargs=1 Sman silent exe '!' . KeywordLookup_systemd(<q-args>) | redraw!
17 command! -buffer -nargs=1 Sman silent exe 'term ' . KeywordLookup_systemd(<q-args>)
H A Dcontext.vim112 command! -buffer -nargs=? -complete=file ConTeXt call context#typeset(<q-args>)
113 command! -nargs=0 ConTeXtJobStatus call context#job_status()
114 command! -nargs=0 ConTeXtStopJobs call context#stop_jobs()
H A Dxml.vim48 command! -nargs=+ XMLns call xmlcomplete#CreateConnection(<f-args>)
49 command! -nargs=? XMLent call xmlcomplete#CreateEntConnection(<f-args>)
H A Dgitcommit.vim29 command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiffc…
63 …command! -bang -bar -buffer -complete=custom,s:diffcomplete -nargs=* DiffGitCached :call s:gitdiff…
/vim-8.2.3635/runtime/doc/
H A Dusr_40.txt312 :command -nargs=0 DeleteFirst 1delete
315 "-nargs=0". The other values of -nargs are as follows:
317 -nargs=0 No arguments
318 -nargs=1 One argument
319 -nargs=* Any number of arguments
320 -nargs=? Zero or one argument
321 -nargs=+ One or more arguments
329 :command -nargs=+ Say :echo "<args>"
343 :command -nargs=+ Say :echo <q-args>
408 :command -nargs=+ Say :echo "<args>"
[all …]
/vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/
H A Dcfilter.vim61 com! -nargs=+ -bang Cfilter call s:Qf_filter(1, <q-args>, <q-bang>)
62 com! -nargs=+ -bang Lfilter call s:Qf_filter(0, <q-args>, <q-bang>)
/vim-8.2.3635/ci/
H A Dif_ver-cmd.vim12 command -nargs=+ PrintVer call <SID>print_ver(<f-args>)
/vim-8.2.3635/runtime/compiler/
H A Dyamllint.vim12 command -nargs=* CompilerSet setlocal <args>

1234567