summaryrefslogtreecommitdiff
path: root/Doc/Zsh/mod_zutil.yo
diff options
context:
space:
mode:
authorTim Smith <tim.dolores@gmail.com>2018-07-14 14:06:17 -0600
committerPeter Stephenson <p.stephenson@samsung.com>2018-07-16 09:33:18 +0100
commit9f203c1159900561279f7b179433596e77691c92 (patch)
tree220a28de9694818d2f59db21e43dba28142b6f3f /Doc/Zsh/mod_zutil.yo
parent5f2d265b3a9eddb14076cad595bd9f05b03fa069 (diff)
downloadzsh-9f203c1159900561279f7b179433596e77691c92.tar.gz
zsh-9f203c1159900561279f7b179433596e77691c92.zip
43172: document escaping colon in zformat -a
Diffstat (limited to 'Doc/Zsh/mod_zutil.yo')
-rw-r--r--Doc/Zsh/mod_zutil.yo1
1 files changed, 1 insertions, 0 deletions
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)