diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-16 11:44:57 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-16 11:44:57 +0000 |
commit | d658d3e2bb1cdde7a58b244fac67a539f4c1cbad (patch) | |
tree | fd352ec61b761d7eefffd70abac44e87c5aae8f5 /Doc/Zsh | |
parent | 95883d8b95f7bcbde921b5337f1d24384c36cc87 (diff) | |
download | zsh-d658d3e2bb1cdde7a58b244fac67a539f4c1cbad.tar.gz zsh-d658d3e2bb1cdde7a58b244fac67a539f4c1cbad.tar.xz zsh-d658d3e2bb1cdde7a58b244fac67a539f4c1cbad.zip |
fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408)
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 45bae9f0d..e6f7bf8b3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2096,7 +2096,11 @@ named `tt(_tilde)'). Before trying to find a function for a specific context, tt(_complete) checks if the parameter `tt(compcontext)' is set to a non-empty value. If it is, the value is taken as the name of the context to use -and the function defined for that context will be called. +and the function defined for that context will be called. For this +purpose, there is a special context named tt(-command-line-) that +completes whole command lines (commands and their arguments) and is +not used by the completion system itself, but has a function handling +completion for it. ) findex(_approximate) item(tt(_approximate))( |