Browse code

Merge pull request #702 from sirech/fix-bundle-compl

Pull request #594 was not really correct

Robby Russell authored on 26/12/2011 at 18:31:16
Showing 1 changed files
... ...
@@ -41,6 +41,6 @@ for cmd in $bundled_commands; do
41 41
   alias $cmd=bundled_$cmd
42 42
 
43 43
   if which _$cmd > /dev/null 2>&1; then
44
-        compdef _$cmd bundled_$cmd
44
+        compdef _$cmd bundled_$cmd=$cmd
45 45
   fi
46 46
 done