NetBSD/lib/libedit/TEST
abhinav c93cba3ab2 Perform quoting of filename completions when there are multiple matches as well
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
2019-03-31 03:04:57 +00:00
..
Makefile Add support for escaping special characters when doing filename completion. 2017-10-15 18:59:00 +00:00
rl1.c convert to 2 clause 2016-02-29 00:54:19 +00:00
tc1.c whitespace and header sorting changes (Ingo Schwarze). No functional changes. 2016-02-17 19:47:49 +00:00
test_filecompletion.c Perform quoting of filename completions when there are multiple matches as well 2019-03-31 03:04:57 +00:00
wtc1.c whitespace and header sorting changes (Ingo Schwarze). No functional changes. 2016-02-17 19:47:49 +00:00