summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-12-10 14:56:13 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-12-10 15:04:22 +0000
commit03bd5e287f0a58383b371c0bf4a12f5dbf96a84e (patch)
tree9b8b0e1f6a11aaba172d43cfc944c5847c064fb2
parent16f5d222fc9e02f7b3943b2dbbca02b4f97bc6a0 (diff)
downloadzsh-03bd5e287f0a58383b371c0bf4a12f5dbf96a84e.tar.gz
zsh-03bd5e287f0a58383b371c0bf4a12f5dbf96a84e.tar.xz
zsh-03bd5e287f0a58383b371c0bf4a12f5dbf96a84e.zip
users/22182: Propagate 22161 docs patch to completion descriptions.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Zsh/Context/_brace_parameter2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de38646c7..f688c669b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-12-10  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* users/22182: Completion/Zsh/Context/_brace_parameter: Propagate
+	22161 docs patch to completion descriptions.
+
 2016-12-09  Oliver Kiddle  <opk@zsh.org>
 
 	* 40137: Doc/Zsh/compsys.yo: document _external_pwds
diff --git a/Completion/Zsh/Context/_brace_parameter b/Completion/Zsh/Context/_brace_parameter
index e4f5e6639..aa1572176 100644
--- a/Completion/Zsh/Context/_brace_parameter
+++ b/Completion/Zsh/Context/_brace_parameter
@@ -179,7 +179,7 @@ if [[ $PREFIX = *'${('[^\)]# ]]; then
     "S:search substrings in #, %, / expressions"
     "I:search <argument>th match in #, %, / expressions"
     "B:include index of beginning of match in #, %, / expressions"
-    "E:include index of end 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"