diff options
author | Han Pingtian <hanpt@linux.vnet.ibm.com> | 2015-07-01 16:34:40 +0800 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-07-02 16:28:14 +0100 |
commit | 38145b255a941098a92ded3647f70be977483fa9 (patch) | |
tree | 70f6b9807cf8c2c55396047fb24417a1a51e577a /ChangeLog | |
parent | 96fa41a7c8114d9a5bddec29fdbd0997a74ee745 (diff) | |
download | zsh-38145b255a941098a92ded3647f70be977483fa9.tar.gz zsh-38145b255a941098a92ded3647f70be977483fa9.tar.xz zsh-38145b255a941098a92ded3647f70be977483fa9.zip |
35665: better handling for command line completion match handling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 99b779252..03747ead0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-07-02 Peter Stephenson <p.stephenson@samsung.com> + * Han Pingtian: 35665: Src/Zle/complete.c: better error handling + for command line match processing. + * Eric Cook: 35663: Completion/Unix/Command/_zpool: fix for changed interface. |