diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-20 18:39:40 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-20 18:39:40 +0000 |
commit | 8d754910a260186dd0e19b4c69b6bafba55a54f6 (patch) | |
tree | b57060ce76a3be2c789b6cce3cc7f553eed98950 /Doc/Zsh | |
parent | ce1bba9f71428c788fe616b5a500022cc3c81459 (diff) | |
download | zsh-8d754910a260186dd0e19b4c69b6bafba55a54f6.tar.gz zsh-8d754910a260186dd0e19b4c69b6bafba55a54f6.tar.xz zsh-8d754910a260186dd0e19b4c69b6bafba55a54f6.zip |
zsh-workers/9388
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 48bb42621..384f9db29 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -453,6 +453,9 @@ for entries in the directory stack item(tt(displays))( for X display names ) +item(tt(domains))( +for network domains +) item(tt(expansions))( used by the tt(_expand) completer for possible expansions ) @@ -707,6 +710,11 @@ This is used with the tt(cvs) tag by the function completing for the tt(cvs) command to decide if the tt(zsh/stat) module should be used to generate only names of modified files in the appropriate places. ) +item(tt(domains))( +If set, gives the names of network domains that should be +completed. If this is not set by the user domain names mentioned in +tt(/etc/resolv.conf) will be used. +) item(tt(expand))( Like tt(cursor), this style is used with the tt(paths) tag. If its value contains the string tt(prefix), the partially typed path from |