1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-21 00:01:26 +01:00

27912: presume that pci.ids is uncompressed now.

This commit is contained in:
Clint Adams 2010-04-25 22:19:19 +00:00
parent 32251cbac4
commit 9cd312ff0f
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2010-04-25 Clint Adams <clint@zsh.org>
* 27912: Completion/Linux/Command/_lsusb: presume that
pci.ids is uncompressed now.
2010-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com> 2010-04-23 Peter Stephenson <p.w.stephenson@ntlworld.com>
* users/15028 (modified to do the unquoting a bit more * users/15028 (modified to do the unquoting a bit more
@ -13052,5 +13057,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4961 $ * $Revision: 1.4962 $
***************************************************** *****************************************************

View file

@ -25,7 +25,7 @@ _arguments \
_lsusb_devices[${pair}]="$match[2]" _lsusb_devices[${pair}]="$match[2]"
;; ;;
esac esac
done < <(zcat /var/lib/usbutils/usb.ids) done < /var/lib/usbutils/usb.ids
fi fi
compadd -k _lsusb_devices compadd -k _lsusb_devices