From d658d3e2bb1cdde7a58b244fac67a539f4c1cbad Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 May 2000 11:44:57 +0000 Subject: fixed configuration of menu-selection with menu style; pseudo-context `-command-line-', handy for completion in vared (11408) --- Doc/Zsh/compsys.yo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Doc') 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))( -- cgit 1.4.1