mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: Complete the $foo[(f)] flag.
This commit is contained in:
parent
a74294edbe
commit
3a83e481ab
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2016-11-29 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Completion/Zsh/Context/_subscript: Complete the
|
||||
$foo[(f)] flag.
|
||||
|
||||
* unposted: Completion/Unix/Command/_git: _git-config: Fix
|
||||
user.email completion to complete only bare email addresses.
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ elif compset -P '\('; then
|
|||
'e[interpret * or @ as a single key]'
|
||||
);;
|
||||
(|scalar*)) flags=(
|
||||
'f[make subscripting work on lines of scalar]'
|
||||
'w[make subscripting work on words of scalar]'
|
||||
's[specify word separator]'
|
||||
'p[recognise escape sequences in subsequent s flag]'
|
||||
|
|
Loading…
Reference in a new issue