about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
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.)
 ------------------------------------------------------------------------