diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-02-13 23:11:09 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-02-13 23:11:09 +0100 |
commit | 2e08ea1aef9d47b2919d7e5bd2cb6bb01c8029fc (patch) | |
tree | d24f5ec1e19bed59465ea6d7badf4cd6f7ffd70e /ChangeLog | |
parent | 3ce354c049d265371187147dc4541b56fd60d786 (diff) | |
download | zsh-2e08ea1aef9d47b2919d7e5bd2cb6bb01c8029fc.tar.gz zsh-2e08ea1aef9d47b2919d7e5bd2cb6bb01c8029fc.zip |
53358: adapt completion to reflect 53348 and extend exclusion lists to cover more + options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2025-02-13 Oliver Kiddle <opk@zsh.org> + + * 53358: Completion/Zsh/Command/_typeset: adapt completion to + reflect 53348 and extend exclusion lists to cover more + options + 2025-02-12 Bart Schaefer <schaefer@zsh.org> * 53360: Src/Zle/complist.c: domenuselect() fails if the previous |