summaryrefslogtreecommitdiffstats
path: root/Completion
diff options
context:
space:
mode:
authorChristopher Bock <christopher@bocki.com>2025-11-16 14:27:28 +0100
committerOliver Kiddle <opk@zsh.org>2025-11-17 04:37:44 +0100
commitd16d14fa4564047d04e504b9d518120c19a746e0 (patch)
tree14403f5de5d86b5d8c10a480f21fa4b5cf33955c /Completion
parent54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ... (diff)
downloadzsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar.gz
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar.bz2
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar.lz
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar.xz
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.tar.zst
zsh-d16d14fa4564047d04e504b9d518120c19a746e0.zip
54084: use _numbers for whence -x
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Command/_which2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_which b/Completion/Zsh/Command/_which
index 8e528f552..7eb5129ab 100644
--- a/Completion/Zsh/Command/_which
+++ b/Completion/Zsh/Command/_which
@@ -11,7 +11,7 @@ cargs=( \
'*:commands:->command' )
farg='-f[output contents of functions]'
aarg='-a[print all occurrences in path]'
-xarg='-x+[specify spaces to use for indentation in function expansion]:spaces'
+xarg='-x+[specify spaces to use for indentation in function expansion]: :_numbers -u spaces -d 8'
case ${service} in
whence)