From d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Sun, 18 Nov 2007 19:08:14 +0000 Subject: Merge of 23363: fake-files style now takes pattern. --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README') 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 ------------- -- cgit 1.4.1