diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-11 20:55:27 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-11 20:55:27 +0100 |
commit | c1019fed7d77e42e8420f0619efe394496f49c6e (patch) | |
tree | 75fbcf10ba615cbe74d18a602d80e8d620cd4ae2 /Doc/Zsh/compsys.yo | |
parent | dced4be6e626962a8813017a15e9ddb2554ca19e (diff) | |
parent | 4cfdbdb877fe056f71eba8514180c2007443ee94 (diff) | |
download | zsh-c1019fed7d77e42e8420f0619efe394496f49c6e.tar.gz zsh-c1019fed7d77e42e8420f0619efe394496f49c6e.zip |
Merge tag 'zsh-5.3' into debian
Release 5.3 of zsh
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 9 |
1 files changed, 9 insertions, 0 deletions
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 |