unposted: using a colon in the tag name for lsusb completion was not such a good idea

This commit is contained in:
Oliver Kiddle 2017-02-10 13:53:37 +01:00
parent e007cd9f88
commit 0829c14cbd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2017-02-10 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Linux/Command/_lsusb: using a colon in
the tag name was not such a good idea
2017-02-09 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40510: Misc/vcs_info-examples, README: vcs_info: Update the

View file

@ -30,6 +30,6 @@ if [[ -n $state && ${+_lsusb_vendors} -eq 0 ]]; then
done
fi
_wanted vendors:products expl 'vendor ID:product ID' compadd -k _lsusb_devices && ret=0
_wanted products expl 'vendor ID:product ID' compadd -k _lsusb_devices && ret=0
return ret