diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2018-01-13 18:54:36 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2018-01-13 18:55:34 +0000 |
commit | 254d8ed8cbd9331faf9f5a02ed6b85633cedca3c (patch) | |
tree | 4eef20cf36fa6365f815385033515eaf8961e6b4 | |
parent | ba752d2eb51957b85fa0003732e6e6345ad80668 (diff) | |
download | zsh-254d8ed8cbd9331faf9f5a02ed6b85633cedca3c.tar.gz zsh-254d8ed8cbd9331faf9f5a02ed6b85633cedca3c.tar.xz zsh-254d8ed8cbd9331faf9f5a02ed6b85633cedca3c.zip |
unposted: Follow-up to previous: Clarify that ${histchars[1]} may be backslash-escaped even when it isn't '!'.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 6b1b59932..10bcdaf49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-01-13 Barton E. Schaefer <schaefer@zsh.org> + + * unposted: Doc/Zsh/expn.yo: Follow-up to previous: Clarify that + ${histchars[1]} may be backslash-escaped even when it isn't '!'. + 2018-01-13 Daniel Shahaf <d.s@daniel.shahaf.name> * 42261: Doc/Zsh/expn.yo, Doc/Zsh/grammar.yo: docs: Expand diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 1ea6ae47b..8b447e2c7 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -84,8 +84,7 @@ vindex(histchars, use of) A history expansion begins with the first character of the tt(histchars) parameter, which is `tt(!)' by default, and may occur anywhere on the command line, including inside double quotes (but not inside single quotes -tt('...') or C-style quotes tt($'...')). A literal `tt(!)' may be -obtained by escaping it with a backslash. +tt('...') or C-style quotes tt($'...') nor when escaped with a backslash). The first character is followed by an optional event designator (ifzman(see )noderef(Event Designators)) and then an optional word |