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:
parent
3594f55fc0
commit
ece90dae42
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue