mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
32303: simplistic completion after $x:
This commit is contained in:
parent
c56f5aed59
commit
584ea88811
4 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2014-01-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* 32303: Src/Zle/compcore.c, Completion/Zsh/Type/_parameters,
|
||||||
|
Completion/Zsh/Context/_brace_parameter: allow completion
|
||||||
|
of modifiers for parameters in a fairly simplistic way.
|
||||||
|
|
||||||
2014-01-28 Peter Stephenson <p.stephenson@samsung.com>
|
2014-01-28 Peter Stephenson <p.stephenson@samsung.com>
|
||||||
|
|
||||||
* 32308 (slightly modified to use "a" as the vi command at start
|
* 32308 (slightly modified to use "a" as the vi command at start
|
||||||
|
|
|
@ -185,6 +185,9 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
|
||||||