about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-01 09:29:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-01 09:29:35 +0000
commit19dccc355a3a6316a60abdb739bbec7f9ce9a362 (patch)
tree178e53164ba45e0a7d66ff4a3479d22483a92e4b /README
parent5f13656d7f8529fa8989aef2351fef9e7f43857d (diff)
downloadzsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.tar.gz
zsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.tar.xz
zsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.zip
23363: fake-files now allows patterns
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 3c3a10e39..e01bc81ec 100644
--- a/README
+++ b/README
@@ -104,6 +104,11 @@ 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