summaryrefslogtreecommitdiff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-08-21 14:24:48 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-08-21 14:24:48 +0000
commit0113199a8b5450e680e597d2c1e3da396fa4b42b (patch)
treeab54e98dca4743164a8e8c0283ea0da15855ee19 /Doc/Zsh/compsys.yo
parent754503c60d7323a7456f4458da9d80138d32b4ba (diff)
downloadzsh-0113199a8b5450e680e597d2c1e3da396fa4b42b.tar.gz
zsh-0113199a8b5450e680e597d2c1e3da396fa4b42b.zip
unposted: tweak completion docs
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 7b62687b3..19f5b3356 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1751,6 +1751,9 @@ escape sequences `tt(%S)', `tt(%s)', `tt(%B)', `tt(%b)', `tt(%U)',
standout, bold and underline are also available, as is the form
`tt(%{)...tt(%})' for enclosing escape sequences which display with zero
width.
+
+After deleting this prompt the variable tt(LISTPROMPT) should be unset for
+the the removal to take effect.
)
kindex(list-rows-first, completion style)
item(tt(list-rows-first))(
@@ -2624,6 +2627,10 @@ example(zle -C all-matches complete-word _generic
bindkey '^Xa' all-matches
zstyle ':completion:all-matches:*' old-matches only
zstyle ':completion:all-matches::::' completer _all_matches)
+
+Note that this does not generate completions by itself. First use
+any of the standard ways of generating a list of completions,
+then use tt(^Xa) to show all matches.
)
findex(_approximate)
item(tt(_approximate))(