diff options
author | Oliver Kiddle <opk@zsh.org> | 2015-05-11 12:11:25 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2015-05-11 12:11:32 +0200 |
commit | 5b7e50dcd0786a47e180499c9a7a28cffcd73c1d (patch) | |
tree | 087dd99331442b8b24825477262f723216d22f98 /ChangeLog | |
parent | d756f4eafd5d9f5fb3125d88d6a8b703b3ab6078 (diff) | |
download | zsh-5b7e50dcd0786a47e180499c9a7a28cffcd73c1d.tar.gz zsh-5b7e50dcd0786a47e180499c9a7a28cffcd73c1d.tar.xz zsh-5b7e50dcd0786a47e180499c9a7a28cffcd73c1d.zip |
35049: allow jail completion to include jid 0 for the host and to
complete jails by any parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9cfa8e943..5222027c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-05-11 Oliver Kiddle <opk@zsh.org> + + * 35049 (tweaked to make jname default): Completion/BSD/Type/_jails, + Completion/Unix/Command/_ps, Completion/Unix/Command/_pgrep: + allow jail completion to include jid 0 for the host and to complete + jails by any parameter + 2015-05-11 Peter Stephenson <p.stephenson@samsung.com> * 35078: Src/zsh.h, Test/D04parameter.ztst: also quote backslash |