mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-13 07:48:05 +02:00
fix typo.
This commit is contained in:
parent
8ceb54fbc2
commit
604ad64b48
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue