1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

20427: Fix problem with _oldlist and custom completer.

20339: show-completer style
This commit is contained in:
Peter Stephenson 2004-10-01 10:29:08 +00:00
parent 0fa7015cc8
commit 1bf6bbe0b5
3 changed files with 24 additions and 1 deletions

View file

@ -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.