about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-06-14 11:58:26 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-06-14 11:58:26 +0000
commit4c1a3a89f0ade5be2330ce688cd3c3c649667f9a (patch)
tree9f5a526084bc74a5aef8fc32412153d3251334c0 /Doc
parente6f14352d61721db83b46e0e56c4d19b731fed95 (diff)
downloadzsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.tar.gz
zsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.tar.xz
zsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.zip
unposted: extra note on ZSH_EVAL_CONTEXT
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/params.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 817731fb0..b78896020 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -732,6 +732,9 @@ the array to indicate the type of operation that is being performed.
 Read in order the array gives an indication of the stack of
 operations being performed with the most immediate context last.
 
+Note that the variable does not give information on syntactic context such
+as pipelines or subshells.  Use tt($ZSH_SUBSHELL) to detect subshells.
+
 The context is one of the following:
 startitem()
 item(tt(cmdarg))(