The following commit has been merged in the master branch:
commit 5f11a3be6bc2f31dcc398f57800e9652c44bcf84
Author: Raphaël Droz <[email protected]>
Date:   Mon Jun 13 13:28:35 2011 +0200

    removed superfluous compopt for cups.

diff --git a/completions/cups b/completions/cups
index 21ddd76..499a2b0 100644
--- a/completions/cups
+++ b/completions/cups
@@ -18,7 +18,6 @@ _lpr()
     local cur prev words cword
     _init_completion || return
 
-    compopt +o nospace
     case $prev in
         -P)
             COMPREPLY=( $( compgen -W "$( lpstat -a | cut -d' ' -f1 )" -- 
"$cur" ) )

-- 
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