mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-07 18:11:20 +01:00
54084: use _numbers for whence -x
This commit is contained in:
parent
5411128bf3
commit
d16d14fa45
2 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2025-11-17 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* Christopher Bock: 54084: Completion/Zsh/Command/_which: use
|
||||
_numbers for whence -x
|
||||
|
||||
* 54074, 54082: Doc/Zsh/zle.yo, Src/prompt.c, Src/Zle/termquery.c,
|
||||
Src/Zle/zle_main.c, Src/Zle/zle_refresh.c, Src/Modules/nearcolor.c,
|
||||
Test/X04zlehighlight.ztst: add an opaque key for use in
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue