1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-20 06:56:05 +02:00

unposted: Complete the $foo[(f)] flag.

This commit is contained in:
Daniel Shahaf 2016-11-24 07:17:33 +00:00
parent a74294edbe
commit 3a83e481ab
2 changed files with 4 additions and 0 deletions

View File

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

View File

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