summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_find
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2026-03-09 00:12:22 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2026-03-09 00:12:22 +0900
commit8758234470325992217f34ec7ce721b867992369 (patch)
tree6d5720e76dd674c89ce024b8485299e3fd0a7e63 /Completion/Unix/Command/_find
parent54203: missed file from previous commit (diff)
downloadzsh-8758234470325992217f34ec7ce721b867992369.tar
zsh-8758234470325992217f34ec7ce721b867992369.tar.gz
zsh-8758234470325992217f34ec7ce721b867992369.tar.bz2
zsh-8758234470325992217f34ec7ce721b867992369.tar.lz
zsh-8758234470325992217f34ec7ce721b867992369.tar.xz
zsh-8758234470325992217f34ec7ce721b867992369.tar.zst
zsh-8758234470325992217f34ec7ce721b867992369.zip
54185+54209: set default value of verbose style to true
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 95e4fac4e..4908cabbc 100644
--- a/Completion/Unix/Command/_find
+++ b/Completion/Unix/Command/_find
@@ -158,7 +158,7 @@ _arguments -C $args \
if [[ $state = times ]]; then
if ! compset -P '[+-]' || [[ -prefix '[0-9]' ]]; then
compstate[list]+=' packed'
- if zstyle -t ":completion:${curcontext}:senses" verbose; then
+ if zstyle -T ":completion:${curcontext}:senses" verbose; then
zstyle -s ":completion:${curcontext}:senses" list-separator sep || sep=--
default=" [default exactly]"
disp=( "+ $sep before (older files)" "- $sep since (newer files)" )