From bfc5c04e42f411cd9405de7c4a82c196eda63dfe Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 24 Jul 2015 12:39:18 +0200 Subject: 35865: document %^ prompt expansion --- Doc/Zsh/prompt.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index 307587678..c4e201465 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -92,6 +92,10 @@ print as many as there are. This is most useful in prompts tt(PS2) for continuation lines and tt(PS4) for debugging with the tt(XTRACE) option; in the latter case it will also work non-interactively. ) +item(tt(%^))( +The status of the parser in reverse. This is the same as `tt(%_)' other than +the order of strings. It is often used in tt(RPS2). +) xitem(tt(%d)) item(tt(%/))( Current working directory. If an integer follows the `tt(%)', -- cgit 1.4.1