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

Completion-by-extension suggests just filenames, not dirnames #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. $ acroread <TAB>
2. Only *.pdf filenames are suggested, not dirnames

Original issue reported on code.google.com by fvu...@gmail.com on 26 May 2008 at 8:23

GoogleCodeExporter commented 8 years ago
Fixed in r10.
Added IFS=$'\t\n' to comp_filedir_xspec().  Modified all files of
complete-restrict-by-extension to call comp_filedir_xpec() instead of
comp_load_and_install().

Original comment by fvu...@gmail.com on 26 May 2008 at 10:13