1
0
Fork 0
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:
Peter Stephenson 2001-11-15 18:42:31 +00:00
parent 195d8c5ec6
commit f2e7cf4a05
3 changed files with 45 additions and 2 deletions

View file

@ -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