Lines Matching refs:nargs

12     command! -nargs=* -bang Xlist <mods>clist<bang> <args>
13 command! -nargs=* Xgetexpr <mods>cgetexpr <args>
14 command! -nargs=* Xaddexpr <mods>caddexpr <args>
15 command! -nargs=* -count Xolder <mods><count>colder <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>
21 command! -nargs=* -bang Xfile <mods>cfile<bang> <args>
22 command! -nargs=* Xgetfile <mods>cgetfile <args>
23 command! -nargs=* Xaddfile <mods>caddfile <args>
24 command! -nargs=* -bang Xbuffer <mods>cbuffer<bang> <args>
25 command! -nargs=* Xgetbuffer <mods>cgetbuffer <args>
26 command! -nargs=* Xaddbuffer <mods>caddbuffer <args>
27 command! -nargs=* Xrewind <mods>crewind <args>
28 command! -count -nargs=* -bang Xnext <mods><count>cnext<bang> <args>
29 command! -count -nargs=* -bang Xprev <mods><count>cprev<bang> <args>
30 command! -nargs=* -bang Xfirst <mods>cfirst<bang> <args>
31 command! -nargs=* -bang Xlast <mods>clast<bang> <args>
32 command! -count -nargs=* -bang Xnfile <mods><count>cnfile<bang> <args>
33 command! -nargs=* -bang Xpfile <mods>cpfile<bang> <args>
34 command! -nargs=* Xexpr <mods>cexpr <args>
35 command! -count=999 -nargs=* Xvimgrep <mods> <count>vimgrep <args>
36 command! -nargs=* Xvimgrepadd <mods> vimgrepadd <args>
37 command! -nargs=* Xgrep <mods> grep <args>
38 command! -nargs=* Xgrepadd <mods> grepadd <args>
39 command! -nargs=* Xhelpgrep helpgrep <args>
40 command! -nargs=0 -count Xcc <count>cc
41 command! -count=1 -nargs=0 Xbelow <mods><count>cbelow
42 command! -count=1 -nargs=0 Xabove <mods><count>cabove
43 command! -count=1 -nargs=0 Xbefore <mods><count>cbefore
44 command! -count=1 -nargs=0 Xafter <mods><count>cafter
49 command! -nargs=* -bang Xlist <mods>llist<bang> <args>
50 command! -nargs=* Xgetexpr <mods>lgetexpr <args>
51 command! -nargs=* Xaddexpr <mods>laddexpr <args>
52 command! -nargs=* -count Xolder <mods><count>lolder <args>
53 command! -nargs=* Xnewer <mods>lnewer <args>
54 command! -nargs=* Xopen <mods> lopen <args>
55 command! -nargs=* Xwindow <mods>lwindow <args>
56 command! -nargs=* Xbottom <mods>lbottom <args>
57 command! -nargs=* Xclose <mods>lclose <args>
58 command! -nargs=* -bang Xfile <mods>lfile<bang> <args>
59 command! -nargs=* Xgetfile <mods>lgetfile <args>
60 command! -nargs=* Xaddfile <mods>laddfile <args>
61 command! -nargs=* -bang Xbuffer <mods>lbuffer<bang> <args>
62 command! -nargs=* Xgetbuffer <mods>lgetbuffer <args>
63 command! -nargs=* Xaddbuffer <mods>laddbuffer <args>
64 command! -nargs=* Xrewind <mods>lrewind <args>
65 command! -count -nargs=* -bang Xnext <mods><count>lnext<bang> <args>
66 command! -count -nargs=* -bang Xprev <mods><count>lprev<bang> <args>
67 command! -nargs=* -bang Xfirst <mods>lfirst<bang> <args>
68 command! -nargs=* -bang Xlast <mods>llast<bang> <args>
69 command! -count -nargs=* -bang Xnfile <mods><count>lnfile<bang> <args>
70 command! -nargs=* -bang Xpfile <mods>lpfile<bang> <args>
71 command! -nargs=* Xexpr <mods>lexpr <args>
72 command! -count=999 -nargs=* Xvimgrep <mods> <count>lvimgrep <args>
73 command! -nargs=* Xvimgrepadd <mods> lvimgrepadd <args>
74 command! -nargs=* Xgrep <mods> lgrep <args>
75 command! -nargs=* Xgrepadd <mods> lgrepadd <args>
76 command! -nargs=* Xhelpgrep lhelpgrep <args>
77 command! -nargs=0 -count Xcc <count>ll
78 command! -count=1 -nargs=0 Xbelow <mods><count>lbelow
79 command! -count=1 -nargs=0 Xabove <mods><count>labove
80 command! -count=1 -nargs=0 Xbefore <mods><count>lbefore
81 command! -count=1 -nargs=0 Xafter <mods><count>lafter