Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
_whence -x - use _numbers
- X-seq: zsh-workers 54084
- From: Christopher Bock <christopher@xxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: _whence -x - use _numbers
- Date: Sun, 16 Nov 2025 14:27:28 +0100
- Archived-at: <https://zsh.org/workers/54084>
- List-id: <zsh-workers.zsh.org>
:p
used the 8 as in a standard tab.
ó/
Christopher
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)
--
2.51.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author