1
0
Fork 0
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:
Peter Stephenson 2014-01-28 19:14:30 +00:00
parent c56f5aed59
commit 584ea88811
4 changed files with 28 additions and 0 deletions

View file

@ -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

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -185,6 +185,9 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then