c93cba3ab2
Quoting of special characters in filename completion was implemented for single match case, this enables it for multiple matches as well. For example: $ touch 'foo bar' $ touch 'foo baz' $ ls fo<TAB> autocompletes to => $ ls foo\ ba hitting <TAB> again shows: foo bar foo baz This required unescaping escape sequences generated during last completion in order to find the word to complete. While there, also update the test to include cases for multiple matches. Reviewed by christos |
||
---|---|---|
.. | ||
Makefile | ||
rl1.c | ||
tc1.c | ||
test_filecompletion.c | ||
wtc1.c |