The following commit has been merged in the master branch:
commit c0ea434660e9ab99c5bdae5a6d577dcfa16a64de
Author: David Paleino <[email protected]>
Date:   Tue Nov 1 20:23:53 2011 +0100

    Also complete on dpkg-query (Debian: #642526)

diff --git a/completions/dpkg b/completions/dpkg
index 3c36892..54236cf 100644
--- a/completions/dpkg
+++ b/completions/dpkg
@@ -65,7 +65,7 @@ _dpkg()
     COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
     [[ $COMPREPLY == *= ]] && compopt -o nospace
 } &&
-complete -F _dpkg dpkg dpkg-deb
+complete -F _dpkg dpkg dpkg-deb dpkg-query
 
 # Debian GNU dpkg-reconfigure(8) completion
 #

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to