From 346825df86466cf151be61b9429ef2c1734e66ea Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 27 Jun 1999 05:33:04 +0000 Subject: zsh-3.1.5-pws-24 --- Completion/User/_find | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/User/_find') diff --git a/Completion/User/_find b/Completion/User/_find index dd00b0ed1..de8c3bff9 100644 --- a/Completion/User/_find +++ b/Completion/User/_find @@ -5,10 +5,10 @@ local prev="$words[CURRENT-1]" if compset -N '-(ok|exec)' '\;'; then _normal elif compset -P 1 -; then - compgen -s 'daystart {max,min,}depth follow noleaf version xdev \ + compadd daystart {max,min,}depth follow noleaf version xdev \ {a,c,}newer {a,c,m}{min,time} empty false {fs,x,}type gid inum links \ {i,}{l,}name {no,}{user,group} path perm regex size true uid used \ - exec {f,}print{f,0,} ok prune ls' + exec {f,}print{f,0,} ok prune ls elif [[ CURRENT -eq 2 ]]; then local ret=1 @@ -19,7 +19,7 @@ elif [[ CURRENT -eq 2 ]]; then elif [[ "$prev" = -((a|c|)newer|fprint(|0|f)) ]]; then _files elif [[ "$prev" = -fstype ]]; then - compgen -k '(ufs 4.2 4.3 nfs tmp mfs S51K S52K)' + compadd ufs 4.2 4.3 nfs tmp mfs S51K S52K elif [[ "$prev" = -group ]]; then compgen -k groups elif [[ "$prev" = -user ]]; then -- cgit 1.4.1