diff options
author | Oliver Kiddle <opk@zsh.org> | 2017-10-11 01:23:56 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2017-10-11 01:23:56 +0200 |
commit | 1a3a07a35f0bea5774297ccf2ab4ddd9b525fc94 (patch) | |
tree | 303b14bcc74de299cfee750b3811e3c0d7b6e571 /ChangeLog | |
parent | 04a7dca3b0aa7659846e66415a2021b1562492f5 (diff) | |
download | zsh-1a3a07a35f0bea5774297ccf2ab4ddd9b525fc94.tar.gz zsh-1a3a07a35f0bea5774297ccf2ab4ddd9b525fc94.tar.xz zsh-1a3a07a35f0bea5774297ccf2ab4ddd9b525fc94.zip |
41849: handle both unexpand and expand in a single function
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0c80025ec..f0b8f2e12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-10-10 Oliver Kiddle <opk@zsh.org> + * 41849: Completion/Unix/Command/_unexpand: handle both unexpand + and expand in a single function: they have some commonalities + and it dodges around the clash with the _expand completer + * 41831: Completion/Unix/Type/_tilde_files, Completion/Unix/Command/_less, Completion/Unix/Command/_vorbis, Completion/Zsh/Type/_globquals: fix compset usage in ogg123 |