diff options
| author | Oliver Kiddle <opk@zsh.org> | 2017-02-10 13:53:37 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2017-02-10 13:53:37 +0100 |
| commit | 0829c14cbdda6d6033db6bac9d0bab9852f2cea7 (patch) | |
| tree | 022020eca22e5d1e5c9c27d2a11f34791e89c1f2 /Completion/Linux/Command | |
| parent | 40510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up to... (diff) | |
| download | zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar.gz zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar.bz2 zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar.lz zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar.xz zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.tar.zst zsh-0829c14cbdda6d6033db6bac9d0bab9852f2cea7.zip | |
unposted: using a colon in the tag name for lsusb completion was not such a good idea
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_lsusb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_lsusb b/Completion/Linux/Command/_lsusb index 1807f5e93..129309b8b 100644 --- a/Completion/Linux/Command/_lsusb +++ b/Completion/Linux/Command/_lsusb @@ -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 |
