Add Completion docs re filename expansion default
authorChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 18:21:34 +0000 (14:21 -0400)
committerChris Marshall <devel.chm.01@gmail.com>
Sun, 13 Jun 2010 18:21:34 +0000 (14:21 -0400)
commit1a00e38d3366bfa83804a7889161f2201f05ed24
treee797a6d081b7687a49571ac0d7eceae8009a8233
parentfd81abf13426f0eea8915247e7909d20a4f98661
Add Completion docs re filename expansion default

Since the fact that the Completion plugin *disables* an already
on feature, added a note to that effect.  The current behavior
is: no Completion plugin loaded then you'll get the Term::ReadLine
default of filename expansion (unless disabled at the Term::ReadLine
level), and with Completion plugin loaded any fallback Term::ReadLine
expansion will not happen.  To use Term::ReadLine completion again,
just set the do_readline_filename_completion attribute to 1.
lib/Devel/REPL/Plugin/Completion.pm