summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-12-09 22:59:14 +0100
committerOliver Kiddle <opk@zsh.org>2016-12-09 22:59:14 +0100
commit16f5d222fc9e02f7b3943b2dbbca02b4f97bc6a0 (patch)
tree6a6bc6c295f4fb4ad08fcdf2c560ca7deca573e9
parentb1f62d9d03cb792115238de55001196f90f3d592 (diff)
downloadzsh-16f5d222fc9e02f7b3943b2dbbca02b4f97bc6a0.tar.gz
zsh-16f5d222fc9e02f7b3943b2dbbca02b4f97bc6a0.tar.xz
zsh-16f5d222fc9e02f7b3943b2dbbca02b4f97bc6a0.zip
40137: document _external_pwds
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo9
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4da645cb..de38646c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index ceb98c7bc..953d51c4c 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -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