1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00

41827: correct sense of description for ${...:?...} expansion

This commit is contained in:
Oliver Kiddle 2017-10-07 23:54:32 +02:00
parent 96006eaa87
commit 82c26793e4
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2017-10-07 Oliver Kiddle <opk@zsh.org>
* 41827: Completion/Zsh/Context/_brace_parameter: correct
sense of description for ${...:?...} expansion
* dana: 41826: Completion/Zsh/Context/_brace_parameter: fix
inaccuracies in completion description wording

View file

@ -195,7 +195,7 @@ elif compset -P '*:'; then
'+:substitute alternate value if parameter is non-null'
'=:substitute and assign alternate value if parameter is null'
'\:=:unconditionally assign value to parameter'
'?:print error if parameter is set and non-null'
'?:print error if parameter is null'
'#:filter value matching pattern'
'/:replace whole word matching pattern'
'|:set difference'