diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:41 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-10-10 14:12:41 +0000 |
commit | 7b35c8639c5d36cd06df35f432735b0aa29c08cf (patch) | |
tree | 4fc61b84848b2b60994c638929c679bc0a0b6bdb /Doc/Zsh | |
parent | b9f6bdf162ccdd6b6c644c63a42f993d271ccdce (diff) | |
download | zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.tar.gz zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.tar.xz zsh-7b35c8639c5d36cd06df35f432735b0aa29c08cf.zip |
*** empty log message ***
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 92d85e259..11837cb49 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1020,6 +1020,17 @@ such files really exist. This can be useful on systems that support special filesystems whose top-level pathnames can not be listed or generated with glob patterns. ) +kindex(fake-parameters, completion style) +item(tt(fake-parameters))( +This is used by the completion function generating parameter names as +matches. Its values are names of parameters which might not yet be +set, but which should be completed nonetheless. Each name may also be +followed by a colon and a string specifying the type of the parameter +(like `tt(scalar)', `tt(array)' or `tt(integer)'). If such a type is +given, the name will only be completed if parameters of that type are +requested in the particular context. Names for which no type is +specified will always be completed. +) kindex(file-patterns, completion style) item(tt(file-patterns))( In most places where filenames are completed, the function tt(_files) |