diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-27 12:02:50 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-27 12:02:50 +0000 |
commit | 0161b1ca7752c4a768dd3dcf38493290b9d36ff7 (patch) | |
tree | 33d97420437bc1f8f4657c05c7f97af5eb76173b /Completion/User | |
parent | 98de79a703a934d8e44d9019c006c8e8fad41005 (diff) | |
download | zsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.tar.gz zsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.tar.xz zsh-0161b1ca7752c4a768dd3dcf38493290b9d36ff7.zip |
zsh-workers/7515
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_find | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/User/_find b/Completion/User/_find index 368cdcb16..4fe84a83a 100644 --- a/Completion/User/_find +++ b/Completion/User/_find @@ -43,8 +43,8 @@ _arguments \ '*-perm:file permission bits:' \ '*-size:file size:' \ '*-true' \ - '*-type:file type:(b c d p f l s)' \ - '*-xtype:file type:(b c d p f l s)' \ + '*-type:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \ + '*-xtype:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \ '*-exec:program: _command_names -e:*\;::program arguments: _normal' \ '*-ok:program: _command_names -e:*\;::program arguments: _normal' \ '*-fls:output file:_files' \ |