diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-27 18:44:50 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-08-30 01:58:59 +0000 |
commit | 4ce0b1c0985f469ac93341185f06dd8bdb2c91d0 (patch) | |
tree | 5718746c096917a6f642a987d50b513993293851 /ChangeLog | |
parent | d916ba1a00a809187219e571b94ddd299a39003f (diff) | |
download | zsh-4ce0b1c0985f469ac93341185f06dd8bdb2c91d0.tar.gz zsh-4ce0b1c0985f469ac93341185f06dd8bdb2c91d0.tar.xz zsh-4ce0b1c0985f469ac93341185f06dd8bdb2c91d0.zip |
39108 (tweaked): _postfix: Support $enable_long_queue_ids.
Note that this not only adds a second compadd invocation but also adds a space to the first compadd invocation, to prevent the start of a new-style queue id from matching as an old-style queue id.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 863a58682..4d2de8d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-08-30 Daniel Shahaf <d.s@daniel.shahaf.name> + * 39108: Completion/Unix/Command/_postfix: Support + $enable_long_queue_ids. + * 39110: Completion/Unix/Command/_postfix: Complete 'postconf'. * 39107: Completion/Unix/Command/_postfix: Complete |