pip: add local Python package files to completion (#7442)

master
Dan D'Avella 6 years ago committed by GitHub
parent d3dfc13716
commit e42683b8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/pip/_pip

@ -89,6 +89,7 @@ case "$words[1]" in
if [[ "$state" == packages ]]; then
_pip_all
_wanted piplist expl 'packages' compadd -a piplist
_files -g "*.(tar.gz|whl)"
fi ;;
uninstall)
_pip_installed

Loading…
Cancel
Save