about summary refs log tree commit diff
path: root/Completion/Unix/Command/_find
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-01-03 18:14:05 -0600
committerOliver Kiddle <opk@zsh.org>2018-01-04 11:50:50 +0100
commit21a09a14181851e931f9b2b65704044eed169fb7 (patch)
tree5f586e42fa22381ec3302ed27ee77d6ff18f8fbc /Completion/Unix/Command/_find
parentc789efbaf0db016256d58c685c5586d7a684170d (diff)
downloadzsh-21a09a14181851e931f9b2b65704044eed169fb7.tar.gz
zsh-21a09a14181851e931f9b2b65704044eed169fb7.tar.xz
zsh-21a09a14181851e931f9b2b65704044eed169fb7.zip
42214: use less general names on new functions for completing file flags and modes
Diffstat (limited to 'Completion/Unix/Command/_find')
-rw-r--r--Completion/Unix/Command/_find2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_find b/Completion/Unix/Command/_find
index 2bfb89825..edd46ac1c 100644
--- a/Completion/Unix/Command/_find
+++ b/Completion/Unix/Command/_find
@@ -139,7 +139,7 @@ _arguments -C $args \
   '*-nogroup' \
   '*-nouser' \
   '*-ok:program: _command_names -e:*\;::program arguments: _normal' \
-  '*-perm: :_modes' \
+  '*-perm: :_file_modes' \
   '*-print' \
   '*-prune' \
   '*-size:file size (blocks)' \