diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-05 07:31:00 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-05 07:31:00 +0000 |
commit | 0f2250de44f1d753d7d9dc7e0d4f8927137bd956 (patch) | |
tree | 9b6cc8aadc1d4985e688dbcb16197ae165112b7f /Doc/Zsh/compsys.yo | |
parent | 5d4faa678e1a3aede04654e6a914aa348313ecc6 (diff) | |
download | zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.gz zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.xz zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.zip |
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 6715c091f..75eedcc9e 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1010,9 +1010,10 @@ components after the first ambiguous one. ) kindex(fake, completion style) item(tt(fake))( -Currently, this style is only used when completing files and lookup up +Currently, this style is only used when completing files and looked up with the tag tt(files). Its values are of the form -`var(dir)tt(:)var(names...)'. This will add the var(names) as +`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. |