[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2b6f8de738814e4912da678ea62ee3d8d571a60d

Guillaume Rousse Guillaume.Rousse at inria.fr
Tue Nov 16 21:32:16 UTC 2010


The following commit has been merged in the master branch:
commit 2b6f8de738814e4912da678ea62ee3d8d571a60d
Author: Guillaume Rousse <Guillaume.Rousse at inria.fr>
Date:   Tue Nov 16 22:32:13 2010 +0100

    drop -o nospace option (fix #312831)

diff --git a/completions/perl b/completions/perl
index 839846a..feaeee5 100644
--- a/completions/perl
+++ b/completions/perl
@@ -53,7 +53,7 @@ _perl()
         _filedir
     fi
 }
-complete -F _perl -o nospace perl
+complete -F _perl perl
 
 _perldoc()
 {

-- 
bash-completion



More information about the Bash-completion-commits mailing list