From 19dccc355a3a6316a60abdb739bbec7f9ce9a362 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 1 May 2007 09:29:35 +0000 Subject: 23363: fake-files now allows patterns --- Doc/Zsh/compsys.yo | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh') 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))( -- cgit 1.4.1