1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

22501: missed README chunk

This commit is contained in:
Peter Stephenson 2006-06-26 09:57:16 +00:00
parent 9bbc6e7daa
commit 66b58d9c21
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2006-06-26 Peter Stephenson <pws@csr.com>
* 22501: README: missed this bit.
2006-06-24 Clint Adams <clint@zsh.org>
* unposted: Completion/Unix/Command/_tar: autoload

6
README
View file

@ -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
-------------