From 6c0ebbe1d9590b7dee1cd8f5bb8eaed85da5b33e Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Mon, 2 Dec 2019 01:16:03 +0100 Subject: 44970: _brace_parameter: Update the description of S flag --- ChangeLog | 5 +++++ Completion/Zsh/Context/_brace_parameter | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc55ddc62..1733c49a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-12-04 Oliver Kiddle + + * Sebastian: 44970: Completion/Zsh/Context/_brace_parameter: + Update the description of S flag + 2019-12-04 Martijn Dekker * 44981: Doc/Zsh/cond.yo, Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter index a9ab44efd..c6e74bf7b 100644 --- a/Completion/Zsh/Context/_brace_parameter +++ b/Completion/Zsh/Context/_brace_parameter @@ -177,7 +177,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then "s:split words on specified string" "Z:split words as if zsh command line (with options)" # "_:extended flags, for future expansion" - "S:search substrings in #, %, / expressions" + "S:match non-greedy in /, // or search substrings in % and # 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" -- cgit 1.4.1