1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-29 16:25:35 +01:00

40114: complete :/ with other parameter operators

This commit is contained in:
Oliver Kiddle 2016-12-08 23:52:19 +01:00
parent 3594f55fc0
commit ece90dae42
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2016-12-08 Oliver Kiddle <opk@zsh.org>
* 40114: Completion/Zsh/Context/_brace_parameter: complete
:/ with other parameter operators
2016-12-06 Barton E. Schaefer <schaefer@zsh.org>
* Zhiming Wang: 40115: Functions/Zle/bracketed-paste-magic:

View file

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