From 6d61a3859ecdcd2813a5d2f06393208fa2feb399 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 2 Aug 2006 17:16:37 +0000 Subject: 22578: ensure HISTCHARS/histchars never contains non-ASCII characters --- Doc/Zsh/params.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/Zsh') 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) )( -- cgit 1.4.1