diff options
author | Paul Ackersviller <packersv@users.sourceforge.net> | 2007-11-18 19:08:14 +0000 |
---|---|---|
committer | Paul Ackersviller <packersv@users.sourceforge.net> | 2007-11-18 19:08:14 +0000 |
commit | d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a (patch) | |
tree | edc2f68aaa8a61eaf791fb9286172dbb36d56a8c /Doc/Zsh | |
parent | 989467297538d941034280163c52d8d585249fd6 (diff) | |
download | zsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.tar.gz zsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.tar.xz zsh-d14a675a8459e1e1ae6e9862cb9a38dcceec5c4a.zip |
Merge of 23363: fake-files style now takes pattern.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 74cb26a0a..9b2063209 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1340,12 +1340,17 @@ without a tag. Its values are of the form `var(dir)tt(:)var(names...)'. This will add the var(names) (strings separated by spaces) as possible matches when completing in the directory var(dir), even if no -such files really exist. +such files really exist. The dir may be a pattern; pattern characters +or colons in var(dir) should be quote with a backslash to be treated +literally. This can be useful on systems that support special filesystems whose top-level pathnames can not be listed or generated with glob patterns. It can also be used for directories for which one does not have read permission. + +The pattern form can be used to add a certain `magic' entry +to all directories on a particular filing system. ) kindex(fake-parameters, completion style) item(tt(fake-parameters))( |