From 1bf6bbe0b50dfa70a12c4bcaf7caa6927eb1c792 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 1 Oct 2004 10:29:08 +0000 Subject: 20427: Fix problem with _oldlist and custom completer. 20339: show-completer style --- Doc/Zsh/compsys.yo | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 9a30229bb..63b7086b3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2147,6 +2147,13 @@ completing words for the dict command. It allows words from different dictionary databases to be added separately. The default for this style is `false'. ) +kindex(show-completer, completion style) +item(tt(show-completer))( +Tested whenever a new completer is tried. If it is true, the completion +system outputs a progress message in the listing area showing what +completer is being tried. The message will be overwritten by any output +when completions are found and is removed after completion is finished. +) kindex(single-ignored, completion style) item(tt(single-ignored))( This is used by the tt(_ignored) completer when there is only one match. -- cgit v1.2.3