about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-10-08 11:36:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-10-08 11:36:08 +0000
commit55807e1dd431271b84df5ba9dd08a245626589cf (patch)
tree5fd6d7c4ecbc11135892e8c0f795554f773a2c26 /Etc
parent87058aac4b2b2fcbcb350cc980c5410253a32109 (diff)
downloadzsh-55807e1dd431271b84df5ba9dd08a245626589cf.tar.gz
zsh-55807e1dd431271b84df5ba9dd08a245626589cf.tar.xz
zsh-55807e1dd431271b84df5ba9dd08a245626589cf.zip
15974, plus minor wording change.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 69f9bad47..b4bb194bd 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -2,6 +2,10 @@
 KNOWN BUGS IN ZSH
 -----------------
 
+When a shell is exited from within a function, the only EXIT trap which is
+run is the one for the function itself, if any.  In particular, an EXIT
+trap set for the shell itself will not be executed in this case.
+------------------------------------------------------------------------
 On some terminals, display of lines with exactly 80 characters is
 problematic.  zsh assumes that the terminal does not print an extra
 newline in this case, but some terminals (e.g. aixterm) do.
@@ -46,5 +50,5 @@ the nonomatch and nullglob options.
 ------------------------------------------------------------------------
 Numeric ranges are still too greedy with using characters; for example,
 <1-1000>33 will not match 633 because the 633 matches the range.  Some
-backtracking will be necessary.
+backtracking will be necessary.  (This is believed fixed as of 3.1.6.)
 ------------------------------------------------------------------------