From 3a83e481ab6d9a250978ba0103c96f167407733a Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 24 Nov 2016 07:17:33 +0000 Subject: unposted: Complete the $foo[(f)] flag. --- Completion/Zsh/Context/_subscript | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion') 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]' -- cgit 1.4.1