From 96006eaa87b822bc6ac7ab3e381da8bb9fac9639 Mon Sep 17 00:00:00 2001 From: dana Date: Sat, 7 Oct 2017 02:44:09 -0500 Subject: [PATCH] 41826: dana: fix inaccuracies in completion description wording for parameter expansion flags --- ChangeLog | 3 +++ Completion/Zsh/Context/_brace_parameter | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 916087cb9..5a642b92b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-10-07 Oliver Kiddle + * dana: 41826: Completion/Zsh/Context/_brace_parameter: fix + inaccuracies in completion description wording + * 41824: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to not complete rest args from an _arguments set alongside the argument to and option in a separate set diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter index f22db8895..b119ccd11 100644 --- a/Completion/Zsh/Context/_brace_parameter +++ b/Completion/Zsh/Context/_brace_parameter @@ -178,11 +178,11 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then # "_:extended flags, for future expansion" "S:search substrings in #, %, / expressions" "I:search th match in #, %, / expressions" - "B:include index of beginning of match in #, %, / expressions" - "E:include index of one past end of match in #, %, / expressions" - "M:include matched portion in #, %, / expressions" + "B:include index of beginning of match in #, % expressions" + "E:include index of one past end of match in #, % expressions" + "M:include matched portion in #, % expressions" "N:include length of match in #, % expressions" - "R:include rest (unmatched portion) in #, %, / expressions" + "R:include rest (unmatched portion) in #, % expressions" ) _describe -t flags "parameter flag" flags -Q -S '' return