diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-08-25 15:20:10 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-08-25 15:20:10 +0200 |
commit | 3fbb80b1d3581066f423e8240587cbc3f750861a (patch) | |
tree | 88fb8e14e6365ee8b9ec5c85de3f8618d14b85a0 /ChangeLog | |
parent | 93ce12e7a00208f2552a9b06248a4839b082ad56 (diff) | |
download | zsh-3fbb80b1d3581066f423e8240587cbc3f750861a.tar.gz zsh-3fbb80b1d3581066f423e8240587cbc3f750861a.tar.xz zsh-3fbb80b1d3581066f423e8240587cbc3f750861a.zip |
41601: handle system differences in arp completion and add function for route
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed463e905..377b390a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-08-25 Oliver Kiddle <opk@zsh.org> + * 41601: Completion/Unix/Command/_arp, + Completion/Unix/Command/_route: handle system differences + in arp completion and add function for route + * 41600: Completion/Unix/Command/_mpc: fix quoting of songs for completion and avoid sending errors to stderr |