about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-02 17:16:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-02 17:16:37 +0000
commit6d61a3859ecdcd2813a5d2f06393208fa2feb399 (patch)
tree69b99bde965279a5d0c35f4ee86b2db8006368ea /Doc/Zsh/params.yo
parent21c83849a91360d8af60fd253c4a808bd720f07c (diff)
downloadzsh-6d61a3859ecdcd2813a5d2f06393208fa2feb399.tar.gz
zsh-6d61a3859ecdcd2813a5d2f06393208fa2feb399.tar.xz
zsh-6d61a3859ecdcd2813a5d2f06393208fa2feb399.zip
22578: ensure HISTCHARS/histchars never contains non-ASCII characters
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index a0e520274..30bf1174c 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -803,6 +803,10 @@ mechanism.  The first character signals the start of a history
 expansion (default `tt(!)').  The second character signals the
 start of a quick history substitution (default `tt(^)').  The third
 character is the comment character (default `tt(#)').
+
+The characters must be in the ASCII character set; any attempt to set
+tt(histchars) to characters with a locale-dependent meaning will be
+rejected with an error message.
 )
 vindex(HISTCHARS)
 item(tt(HISTCHARS) <S> <Z>)(