diff options
| author | Štěpán Němec <stepnem@smrk.net> | 2026-06-29 21:50:31 +0200 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-06-30 19:12:55 -0500 |
| commit | 3e2f06caad2efcd7ef70226593e931230526c36a (patch) | |
| tree | e855de8700e161cdff1292cfcd58e9ffba56ff69 /Doc | |
| parent | 54868: _perl: fix -c option description (diff) | |
| download | zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar.gz zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar.bz2 zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar.lz zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar.xz zsh-3e2f06caad2efcd7ef70226593e931230526c36a.tar.zst zsh-3e2f06caad2efcd7ef70226593e931230526c36a.zip | |
54869: compsys.yo: move 'expl' index annotation to (more) proper place(s)
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/Zsh/compsys.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index a9b965998..8d2d6680f 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -3984,7 +3984,6 @@ typeset -A opt_args) to prevent tt(_arguments) from altering the global environment. ) item(tt({)var(eval-string)tt(}))( -vindex(expl, use of) A string in braces is evaluated as shell code to generate matches. This is similar to the `tt(SP())var(word) var(...)' action described below, but isn't limited to a single command. @@ -4007,6 +4006,7 @@ call to tt(_arguments) to be able to parse the line. ) xitem(tt(SP())var(word) var(...)) item(var(word) var(...))( +vindex(expl, use of) This covers all forms other than those above. If the var(action) starts with a space, the remaining list of words will be invoked unchanged. @@ -4450,6 +4450,7 @@ it does not need to appear inside a loop over tag labels. ) findex(_description) item(tt(_description) [ tt(-x) ] [ tt(-12VJ) ] var(tag) var(name) var(descr) [ var(spec) ... ])( +vindex(expl, use of) This function is not to be confused with the previous one; it is used as a helper function for creating options to tt(compadd). It is buried inside many of the higher level completion functions and so often does |
