mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-02-24 11:51:19 +01:00
unposted: tweak completion docs
This commit is contained in:
parent
754503c60d
commit
0113199a8b
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-08-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: Doc/Zsh/compsys.yo: extra documentation arising out of
|
||||
discoveries by Bart in zsh-users/10626 and 22653.
|
||||
|
||||
2006-08-20 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 22651: Src/Zle/complist.c, Src/Zle/zle_tricky.c: failed to
|
||||
|
|
|
@ -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))(
|
||||
|
|
Loading…
Reference in a new issue