summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSemnodime <Semnodime@users.noreply.github.com>2021-01-22 16:09:52 +0100
committerOliver Kiddle <opk@zsh.org>2021-02-07 00:25:24 +0100
commited160f268a45ddf9bfbad27c6f93c90263d56b17 (patch)
tree2fd634bc891b018e87243c4811abd78dfcadf191 /ChangeLog
parentgitlab !16: Allow spaces between short options and their parameters in _trans... (diff)
downloadzsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar.gz
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar.bz2
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar.lz
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar.xz
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.tar.zst
zsh-ed160f268a45ddf9bfbad27c6f93c90263d56b17.zip
github #72: Fix unix command lldb tab-completion
The --arguments are space (` `) separated, not equal-sign (`=`) separated. lldb --correct c_arg --wrong=w_arg
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 436457a01..b1f98d233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2021-02-07 Oliver Kiddle <opk@zsh.org>
+ * github #72 (tweaked): Semnodime: Completion/Unix/Command/_lldb:
+ fix unix command lldb tab-completion, args are space separated
+
* gitlab !16: aaaz <i1460889@mvrht.net>:
Completion/Unix/Command/_transmission: allow spaces between short
options and their parameters in transmission completion