diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-03-10 08:56:52 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-03-12 19:37:18 +0000 |
| commit | d044530afd34c9d281953e304e9b2a622cb0c0f0 (patch) | |
| tree | 1de98d96e15813cdf8728707ff459386998d557a /Doc/Zsh/builtins.yo | |
| parent | 40820: add a few tests of strftime, related to 40681 (diff) | |
| download | zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.gz zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.bz2 zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.lz zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.xz zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.tar.zst zsh-d044530afd34c9d281953e304e9b2a622cb0c0f0.zip | |
40816: Document interaction of 'print -P' and 'print -f'.
Diffstat (limited to 'Doc/Zsh/builtins.yo')
| -rw-r--r-- | Doc/Zsh/builtins.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 37e386581..81c201f70 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -1252,6 +1252,9 @@ Perform prompt expansion (see ifzman(EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc))\ ifnzman(noderef(Prompt Expansion))\ ). +In combination with `tt(-f)', +prompt escape sequences are parsed only within interpolated arguments, +not within the format string. ) item(tt(-r))( Ignore the escape conventions of tt(echo). |
