diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 09:29:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-05-01 09:29:35 +0000 |
commit | 19dccc355a3a6316a60abdb739bbec7f9ce9a362 (patch) | |
tree | 178e53164ba45e0a7d66ff4a3479d22483a92e4b /Doc/Zsh/compsys.yo | |
parent | 5f13656d7f8529fa8989aef2351fef9e7f43857d (diff) | |
download | zsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.tar.gz zsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.tar.xz zsh-19dccc355a3a6316a60abdb739bbec7f9ce9a362.zip |
23363: fake-files now allows patterns
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-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 de2fcc260..48df05471 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))( |