summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/mod_zutil.yo1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39504af85..682065f17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-07-16  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Tim Smith: 43172: Doc/Zsh/mod_zutil.yo: document escaping of
+	colon in zformat -a.
+
 2018-07-11  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 43164: Completion/Unix/Command/_gcc: fix 'args=' to 'args+=',
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index 8331eabb7..15f6ed365 100644
--- a/Doc/Zsh/mod_zutil.yo
+++ b/Doc/Zsh/mod_zutil.yo
@@ -172,6 +172,7 @@ printed below each other.  All strings without a colon are left
 unchanged and all strings with an empty var(right) string have the
 trailing colon removed.  In both cases the lengths of the strings
 are not used to determine how the other strings are to be aligned.
+A colon in the var(left) string can be escaped with a backslash.
 The resulting strings are stored in the var(array).
 )
 findex(zregexparse)