Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: document _external_pwds
- X-seq: zsh-workers 40137
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxx>
- Subject: PATCH: document _external_pwds
- Date: Fri, 09 Dec 2016 10:50:33 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s2048; t=1481277034; bh=DsBVDWrNmVtIgEfj1fWXBlXcj5q/cKNM0y2KI7RbVfA=; h=From:To:Subject:Date:From:Subject; b=M/6dhkql+OhjFXmth1HCP7I5Z/xsc9C/3+m6hk7a4Jd7ZfhUiiWKFSQrjbd5VCc28LjRZeAfxYVbdgmZ/o8/3pM57WD/z+fD+kxutRS7IUrKh29rdoMLhTGruRlk23O+9wm+yyzXUz4UOp9QZ1jCZPhmVrqarn4PQ+pBobWwSnU618z+2ch+aJFWC2LalAuEHYRxAX4yAH7y8EkuAcvuFrlMZiFo3colOLctgslFJuQHJimZcwxozLavCQtQpNcgCyDkQEfLtBfFIK3UCTptRYAqUU9tfUqPpdPoGyszeGJu0PQwW7RpZky+0UK3/QD1VBrdJ596X9GGSZ6eGajFyQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Documentation for _external_pwds.
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 60ef9ee2c..71c3a0006 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author