mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-02 06:40:55 +01:00
49150: consistently use singular form for headings on completion match groups
This commit is contained in:
parent
bffe543142
commit
e6fdd35a83
89 changed files with 233 additions and 230 deletions
|
|
@ -14,5 +14,5 @@ esac
|
|||
_arguments : \
|
||||
$args - set3 \
|
||||
'(-S -V)-T+[terminal type]:terminal type:_terminals' \
|
||||
'1:terminal capabilities:( init reset longname ${(k)terminfo} )' \
|
||||
'1:terminal capability:( init reset longname ${(k)terminfo} )' \
|
||||
'*:capability parameters:{ [[ $words[1] != (init|reset|longname) ]] && _message parameter }'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue