about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-16 17:14:50 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-18 01:34:53 +0000
commitae3b675ce6e4ac62451ea08169c2b4dc45cf533b (patch)
tree66761062785fe8c1021a240ded929827c40731a1 /ChangeLog
parent713857cea0ae2ece61d32966de6aea815427aa4d (diff)
downloadzsh-ae3b675ce6e4ac62451ea08169c2b4dc45cf533b.tar.gz
zsh-ae3b675ce6e4ac62451ea08169c2b4dc45cf533b.tar.xz
zsh-ae3b675ce6e4ac62451ea08169c2b4dc45cf533b.zip
39657: _zstyle: Complete the -g, -s,-b,-a, -t,-T, -m options.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 546b5cf6e..8c6ea18b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-10-18  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39657: Completion/Zsh/Command/_zstyle: Complete the -g,
+	-s,-b,-a, -t,-T, -m options.
+
 	* 39657: Completion/Zsh/Command/_zstyle: When completing a
 	style for an unrecognised context, complete all known styles.