diff options
| author | Christopher Bock <christopher@bocki.com> | 2025-11-16 14:27:28 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-11-17 04:37:44 +0100 |
| commit | d16d14fa4564047d04e504b9d518120c19a746e0 (patch) | |
| tree | 14403f5de5d86b5d8c10a480f21fa4b5cf33955c | |
| parent | 54074, 54082: add an opaque key for use in zle_highlight/region_highlight to ... (diff) | |
| download | zsh-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
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | Completion/Zsh/Command/_which | 2 |
2 files changed, 4 insertions, 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 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) |
