Add ReadLine file completion if no other matches
authorChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Jun 2010 19:24:56 +0000 (15:24 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sat, 12 Jun 2010 19:24:56 +0000 (15:24 -0400)
commitc8fafb5a47755bd6ae2f3e86fba2e894e787d525
tree33d7810fd7472bd6100f6e6d4d03bd612c3ff63d
parent79e70b9ce0a3066a8ad8950e9cb32f6198afd592
Add ReadLine file completion if no other matches

This fixes RT bug #58351 where using the Completion
plugin resulted in losing the default fallback filename
completion of Term::ReadLine::Gnu and Term::ReadLine::Perl.
There still may be times one would like to include filename
completion matches along with other completions but that is
more about fine tuning completion control.
lib/Devel/REPL/Plugin/Completion.pm