diff options
author | Zhiming Wang <zhimingw@princeton.edu> | 2017-01-28 20:52:48 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2017-01-29 16:36:24 +0000 |
commit | b0073410eb9b4694260d63cb61f67056f487a546 (patch) | |
tree | 958c1d4c7bba1e94e5eb84d90239bf5249b70c32 /ChangeLog | |
parent | e51c9c17af51e4055efb5a2cc36739d1d7ae457f (diff) | |
download | zsh-b0073410eb9b4694260d63cb61f67056f487a546.tar.gz zsh-b0073410eb9b4694260d63cb61f67056f487a546.tar.xz zsh-b0073410eb9b4694260d63cb61f67056f487a546.zip |
40450, 40451: Swifth language completion.
Also resolve whether this is the openstack "swift" command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index abaa39471..90e76cbb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-01-29 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Zhiming Wang: 40450, 40451: Completion/Unix/Command/_swift, + Completion/Unix/Command/_openstack: Add new swift language + completion and attempt to resolve against openstack swift command. + 2017-01-28 Barton E. Schaefer <schaefer@zsh.org> * 40453: Src/Modules/zpty.c, Src/Modules/zutil.c, |