diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-09-14 07:05:35 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-09-14 07:10:04 +0000 |
commit | 420cde915804d790277e34295127cef3cd9b3894 (patch) | |
tree | ff809ee262b77e2a2186db974e2498087e1f69ed /ChangeLog | |
parent | ec0c788709ae5ea345fdc9a12321a95c2603ce12 (diff) | |
download | zsh-420cde915804d790277e34295127cef3cd9b3894.tar.gz zsh-420cde915804d790277e34295127cef3cd9b3894.tar.xz zsh-420cde915804d790277e34295127cef3cd9b3894.zip |
39199: _libvirt: Support libvirt URLs that contain a literal question mark under noglob.
E.g., % noglob virsh -c qemu:///system? start <TAB> Conflicts with 39261 resolved.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6ce876e08..1b121be13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-09-14 Daniel Shahaf <d.s@daniel.shahaf.name> + * 39199: Completion/Unix/Command/_libvirt: Support libvirt URLs + that contain a literal question mark under noglob. + * unposted: Completion/Unix/Command/_git: Permit multiple -c options. |