mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
16254: complete map names after ypmatch
16255: options for default output base for zcalc
This commit is contained in:
parent
195d8c5ec6
commit
f2e7cf4a05
3 changed files with 45 additions and 2 deletions
|
@ -19,7 +19,8 @@ ypcat)
|
|||
_arguments -C -s "$_yp_args[@]" ':map name:->map' && ret=0
|
||||
;;
|
||||
ypmatch)
|
||||
_arguments -C -s "$_yp_args[@]" '*::key map:->keymap' && ret=0
|
||||
_arguments -C -s "$_yp_args[@]" '::key map:->keymap' ':map name:->map' &&
|
||||
ret=0
|
||||
;;
|
||||
yppasswd)
|
||||
_users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue