about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-18 19:08:14 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-18 19:08:14 +0000
commitd14a675a8459e1e1ae6e9862cb9a38dcceec5c4a (patch)
treeedc2f68aaa8a61eaf791fb9286172dbb36d56a8c /README
parent989467297538d941034280163c52d8d585249fd6 (diff)
downloadzsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.tar.gz
zsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.tar.xz
zsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.zip
Merge of 23363: fake-files style now takes pattern.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index c027f94d6..bb894c2f7 100644
--- a/README
+++ b/README
@@ -60,6 +60,22 @@ 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 completion style fake-files now allows patterns as directories,
+for example the value '/home/*:.snapshot' is now valid.  This will
+only cause problems in the unlikely event that a directory in the style
+has a pattern character in it.
+
+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.
+
+The variables HISTCHARS and histchars now reject any attempt to
+set non-ASCII characters for history or comments.  Multibyte characters
+have never worked and the most consistent change was to restrict the
+set to portable characters only.
+
 Documentation
 -------------