Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Subject: [PATCH] Document how to include a colon in zformat -a left side
- X-seq: zsh-workers 43172
- From: Tim Smith <tim.dolores@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Subject: [PATCH] Document how to include a colon in zformat -a left side
- Date: Sat, 14 Jul 2018 14:06:17 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=or1sn6uZamrUAdi06AQXodVXyUY6YwSJK0H5hls7KyY=; b=MWv7FPNuFX6OBsjAJcDcRovr7Samq0SuhJVHheloXrFcz1n3rO77JFCND0Pz3rM5Vi KGD8Vu4zj+eYAWynELoRp5icrnZNciYucrs+0s87npXY7QmR4Ky93SiningViDQ1CLuC DtQ995IRGv+JV7/UAo8g9Dl+mPaHJN54ReK0Kqmb9xZGbpXfLaPBJLi/1Yjx1YZdWxXl JXmkJdIK8EnOq2ER29zx3QFSqqX3FZmAzwEJQC5aGfLuHNT6juJsZEQ0iojDtVfIm2cA EouSF2GHSxzGWh3yRMveA7FIkzvhCz2LQAr9lhmaU1XKNYYLjfIsIqygli8Mt0En6q3Z wk/Q==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
Doc/Zsh/mod_zutil.yo | 1 +
1 file changed, 1 insertion(+)
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index 8331eab..15f6ed3 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)
--
2.18.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author