1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-23 11:08:19 +02:00

fix typo.

This commit is contained in:
Tanaka Akira 1999-04-23 11:57:22 +00:00
parent 8ceb54fbc2
commit 604ad64b48

View file

@ -1,8 +1,8 @@
#compdef find #defcomp find
local prev="$words[CURRENT-1]" local prev="$words[CURRENT-1]"
if compset -N '-(ok|exec)' '\;' then if compset -N '-(ok|exec)' '\;'; then
_normal _normal
elif compset -P 1 -; then elif compset -P 1 -; then
compgen -s 'daystart {max,min,}depth follow noleaf version xdev \ compgen -s 'daystart {max,min,}depth follow noleaf version xdev \