about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-16 04:02:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-16 04:02:12 +0000
commitd523ddaba2cd160343b54d3e38ea001c63a87dc6 (patch)
tree5122213beacb002c526c20e1785be7afe51a62c6 /ChangeLog
parent6914fb298d5b736a331a87f6e2510903c6e89b84 (diff)
downloadzsh-d523ddaba2cd160343b54d3e38ea001c63a87dc6.tar.gz
zsh-d523ddaba2cd160343b54d3e38ea001c63a87dc6.tar.xz
zsh-d523ddaba2cd160343b54d3e38ea001c63a87dc6.zip
unposted: _postfix: Correct quoting in _call_program invocations.
Fixes completion when the command name ('postconf') or the argument to
the -c option ('/etc/postfix') are quoted on the command line, as in

    % postconf -c '/etc/postfix' ... <TAB>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 626647c07..0d130b040 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* unposted: Completion/Unix/Command/_postfix: Correct quoting
+	in _call_program invocations.
+
 	* 39312 (tweaked): Completion/Unix/Command/_postfix: _postfix
 	(postconf): Complete only applicable parameters for -X and -#.