summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-07 20:07:50 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:26 +0200
commitdd4666d82ec24777c47a8f0ffcdc2dde417d7802 (patch)
tree73d373828fccfc29ecb748eb72d43824d1ee8458 /ChangeLog
parent54531: completers: remove spurious ; in "case $foo; in" (diff)
downloadzsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.gz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.bz2
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.lz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.xz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.zst
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.zip
54532: completers: various small fixes
_find: - and + were reversed compared to the disp string _zstyle: fix typo breaking chpwd-specific style completion _sudo: minor typo in exclusion list _rsync: fix some minor thinkos _ip: fix a few typos _sort: remove double --ignore-nonprinting line _df: fix typo widge -> wedge _tmux: fix various issues _mount: defperm confusion _sed: typo _netstat: fix -4/-6 typo _wget: fix some syntactical typos _subversion: fix using wrong cache name _lsof: typo _ffmpeg: fix copy-pasto in for scodecs _ansible: --skip-tags also takes tags
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c190b879..3af2df9ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2026-05-16 Mikael Magnusson <mikachu@gmail.com>
+ * 54532: Completion/Unix/Command/_ansible,
+ Completion/Unix/Command/_df, Completion/Unix/Command/_ffmpeg,
+ Completion/Unix/Command/_find, Completion/Unix/Command/_ip,
+ Completion/Unix/Command/_lsof, Completion/Unix/Command/_mount,
+ Completion/Unix/Command/_netstat, Completion/Unix/Command/_rsync,
+ Completion/Unix/Command/_sed, Completion/Unix/Command/_sort,
+ Completion/Unix/Command/_subversion,
+ Completion/Unix/Command/_sudo, Completion/Unix/Command/_tmux,
+ Completion/Unix/Command/_wget, Completion/Zsh/Command/_zstyle:
+ completers: various small fixes
+
* 54531: Completion/BSD/Command/_kdump,
Completion/BSD/Command/_ktrace, Completion/Linux/Command/_ipset,
Completion/Linux/Command/_iptables,