mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-04 20:40:57 +02:00
40137: document _external_pwds
This commit is contained in:
parent
b1f62d9d03
commit
16f5d222fc
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-12-09 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 40137: Doc/Zsh/compsys.yo: document _external_pwds
|
||||
|
||||
2016-12-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Config/version.mk: 5.2-test-3.
|
||||
|
|
|
@ -3123,6 +3123,15 @@ completion continues to allow other completers such as tt(_expand) to
|
|||
expand the pattern. The standard tt(add-space) and tt(prefix-hidden)
|
||||
styles are observed.
|
||||
)
|
||||
findex(_external_pwds)
|
||||
item(tt(_external_pwds))(
|
||||
Completes current directories of other zsh processes belonging to the
|
||||
current user.
|
||||
|
||||
This is intended to be used via tt(_generic), bound to a custom key
|
||||
combination. Note that pattern matching is enabled so matching is
|
||||
performed similar to how it works with the tt(_match) completer.
|
||||
)
|
||||
findex(_history)
|
||||
item(tt(_history))(
|
||||
Complete words from the shell's command history. This completer
|
||||
|
|
Loading…
Reference in a new issue