diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-12-30 06:13:21 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2017-12-30 06:15:22 +0000 |
commit | dd5ab15b5f5867ee377b116572858bfd46e82d3a (patch) | |
tree | 07feca787b5f4e5ac5b1fe66455247a9a12872e0 /ChangeLog | |
parent | a8ad9768bdf68562c929d6558ef74fb727645f55 (diff) | |
download | zsh-dd5ab15b5f5867ee377b116572858bfd46e82d3a.tar.gz zsh-dd5ab15b5f5867ee377b116572858bfd46e82d3a.zip |
42186: _apt: Fix completion of target_release names, e.g., 'apt install zsh/<TAB>'.
When local-apt-repository is installed, 'apt-cache policy' contains
.
100 /var/lib/dpkg/status
release a=now
500 file:/var/lib/local-apt-repository ./ Packages
release o=local-apt-repository,c=
.
which was matched by the pattern being patched.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2017-12-30 Daniel Shahaf <d.s@daniel.shahaf.name> + * 42186: Completion/Debian/Command/_apt: Fix completion of + target_release names, e.g., 'apt install zsh/<TAB>'. + * unposted: Functions/VCS_Info/VCS_INFO_formats, Functions/VCS_Info/VCS_INFO_set: vcs_info: Add docstrings to the internal functions VCS_INFO_formats and VCS_INFO_set. |