about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-06-26 09:57:16 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-06-26 09:57:16 +0000
commit66b58d9c21702fdc39c722d27b4ea149f6221945 (patch)
treedb3bb0198563e2631d83a788796692cc866e2b70 /README
parent9bbc6e7daa0014ff4e814082a7a98321854a4b73 (diff)
downloadzsh-66b58d9c21702fdc39c722d27b4ea149f6221945.tar.gz
zsh-66b58d9c21702fdc39c722d27b4ea149f6221945.tar.xz
zsh-66b58d9c21702fdc39c722d27b4ea149f6221945.zip
22501: missed README chunk
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index b27108b36..91e1c1c40 100644
--- a/README
+++ b/README
@@ -63,6 +63,12 @@ change was necessary because otherwise recursive directories under
 hit for anyone not using PINE.  The previous default can be restored with:
   zstyle ':completion:*' pine-directory ~/mail
 
+The default maximum function depth (configurable with
+--enable-max-function-depth) has been decreased to 1000 from 4096.  The
+previous value was observed to be large enough that crashes still occurred
+on some fairly common PC configurations.  This change is only likely to
+affect some highly specialised uses of the shell.
+
 Documentation
 -------------