madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Tar completion isn't installed after first completion #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ tar <TAB>
2. $ complete -p tar

What is the expected output?

   complete -o filenames -F _tar tar

What do you see instead?

   complete -o filenames -F comp_load tar

Original issue reported on code.google.com by fvu...@gmail.com on 7 Jun 2008 at 9:34

GoogleCodeExporter commented 8 years ago
Tar completion is now installed after first completion.
Added tests for tar.
Fixed in r15.

Original comment by fvu...@gmail.com on 8 Jun 2008 at 9:16

GoogleCodeExporter commented 8 years ago

Original comment by fvu...@gmail.com on 8 Jun 2008 at 9:17