about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-08-30 14:11:58 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2014-08-30 14:11:58 -0700
commit5b57f28256d30ebb4a2a13e1128184aec32956de (patch)
treee3ac0ef15c81803abbe62f782e6814ca823f8184 /Doc
parente01739d2b73153823cb5689ec787202f4d321e2c (diff)
downloadzsh-5b57f28256d30ebb4a2a13e1128184aec32956de.tar.gz
zsh-5b57f28256d30ebb4a2a13e1128184aec32956de.tar.xz
zsh-5b57f28256d30ebb4a2a13e1128184aec32956de.zip
33070: add %(e..) based on %e
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/prompt.yo1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo
index 183a93a3b..17af5b0fb 100644
--- a/Doc/Zsh/prompt.yo
+++ b/Doc/Zsh/prompt.yo
@@ -305,6 +305,7 @@ least var(n) elements relative to the root directory, hence tt(/) is
 counted as 0 elements.)
 sitem(tt(D))(True if the month is equal to var(n) (January = 0).)
 sitem(tt(d))(True if the day of the month is equal to var(n).)
+sitem(tt(e))(True if the evaluation depth is at least var(n).)
 sitem(tt(g))(True if the effective gid of the current process is var(n).)
 sitem(tt(j))(True if the number of jobs is at least var(n).)
 sitem(tt(L))(True if the tt(SHLVL) parameter is at least var(n).)