about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraaaz <i1460889@mvrht.net>2021-01-10 17:38:37 +0000
committerOliver Kiddle <opk@zsh.org>2021-02-07 00:10:41 +0100
commit645c89af6d2bda2e02a02656e1af70f9d99e0355 (patch)
tree334b81aaeba3b7b25745651cf276eb16788a651a /ChangeLog
parent4bea58d0c41f5b0d1bb70244c51f956f60b576e4 (diff)
downloadzsh-645c89af6d2bda2e02a02656e1af70f9d99e0355.tar.gz
zsh-645c89af6d2bda2e02a02656e1af70f9d99e0355.tar.xz
zsh-645c89af6d2bda2e02a02656e1af70f9d99e0355.zip
gitlab !16: Allow spaces between short options and their parameters in _transmission
This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c58037d..436457a01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-02-07  Oliver Kiddle  <opk@zsh.org>
+
+	* gitlab !16: aaaz <i1460889@mvrht.net>:
+	Completion/Unix/Command/_transmission: allow spaces between short
+	options and their parameters in transmission completion
+
 2021-02-06  Oliver Kiddle  <opk@zsh.org>
 
 	* 47919: Completion/BSD/Type/_login_classes,