Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

_whence -x - use _numbers



: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