diff options
author | Sebastian Gniazdowski <sgniazdowski@gmail.com> | 2019-12-02 01:16:03 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-12-04 22:52:28 +0100 |
commit | 6c0ebbe1d9590b7dee1cd8f5bb8eaed85da5b33e (patch) | |
tree | 70b79cf4da7d78585b63b308731714faf2a557f8 /Completion/Zsh | |
parent | bcde790c88e3ba03a0b60dc1e30a620a843d0f73 (diff) | |
download | zsh-6c0ebbe1d9590b7dee1cd8f5bb8eaed85da5b33e.tar.gz zsh-6c0ebbe1d9590b7dee1cd8f5bb8eaed85da5b33e.tar.xz zsh-6c0ebbe1d9590b7dee1cd8f5bb8eaed85da5b33e.zip |
44970: _brace_parameter: Update the description of S flag
Diffstat (limited to 'Completion/Zsh')
-rw-r--r-- | Completion/Zsh/Context/_brace_parameter | 2 |
1 files changed, 1 insertions, 1 deletions
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 <argument>th match in #, %, / expressions" "B:include index of beginning of match in #, % expressions" "E:include index of one past end of match in #, % expressions" |