From 604ad64b4865332cd08cca15e2d54baf5c59f8dd Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 23 Apr 1999 11:57:22 +0000 Subject: fix typo. --- Completion/User/_find | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/User/_find b/Completion/User/_find index 116ee6f6b..9c71c2bf1 100644 --- a/Completion/User/_find +++ b/Completion/User/_find @@ -1,8 +1,8 @@ -#compdef find +#defcomp find local prev="$words[CURRENT-1]" -if compset -N '-(ok|exec)' '\;' then +if compset -N '-(ok|exec)' '\;'; then _normal elif compset -P 1 -; then compgen -s 'daystart {max,min,}depth follow noleaf version xdev \ -- cgit 1.4.1