diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-03-24 22:52:39 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2026-03-24 22:52:39 +0900 |
| commit | 64a75431b0f46547564832cb182a02bb92d17ba7 (patch) | |
| tree | 07155483d7ca8ec60eba91ca148e2c207659f7fb /Doc | |
| parent | fix an error in yodl macro nmref() (diff) | |
| download | zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar.gz zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar.bz2 zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar.lz zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar.xz zsh-64a75431b0f46547564832cb182a02bb92d17ba7.tar.zst zsh-64a75431b0f46547564832cb182a02bb92d17ba7.zip | |
54241 + 54242: use extra-verbose style in _parameters
add notes in the description of extra-verbose style in zshcompsys(1)
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d9bf368d0..fbfccf82e 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1375,9 +1375,12 @@ However, menu completion can be used to cycle through all matches. ) kindex(extra-verbose, completion style) item(tt(extra-verbose))( -If set, the completion listing is more verbose at the cost of -a probable decrease in completion speed. Completion performance -will suffer if this style is set to `true'. +If this style set to `true', the completion listing is still more verbose. + +Currently, it is used for tt(commands) and tt(parameters) tags. +If it is `true' for the tt(commands) (or tt(parameters)) tag, short +descriptions of the commands (or the values of the parameters) are +displayed along with the command (or parameter) names. ) kindex(fake, completion style) item(tt(fake))( |
