diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-24 07:17:33 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-11-29 06:41:22 +0000 |
| commit | 3a83e481ab6d9a250978ba0103c96f167407733a (patch) | |
| tree | 45519d597dd1805712a07beab235a2119f959d48 /Completion/Zsh/Context/_subscript | |
| parent | unposted: _git-config: Fix user.email completion to complete only bare email ... (diff) | |
| download | zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar.gz zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar.bz2 zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar.lz zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar.xz zsh-3a83e481ab6d9a250978ba0103c96f167407733a.tar.zst zsh-3a83e481ab6d9a250978ba0103c96f167407733a.zip | |
unposted: Complete the $foo[(f)] flag.
Diffstat (limited to 'Completion/Zsh/Context/_subscript')
| -rw-r--r-- | Completion/Zsh/Context/_subscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Context/_subscript b/Completion/Zsh/Context/_subscript index 88813b54f..0c9a89ad5 100644 --- a/Completion/Zsh/Context/_subscript +++ b/Completion/Zsh/Context/_subscript @@ -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]' |
