NetBSD/lib/libedit/TEST
abhinav 2afc179c8f Handle filename autocompletion when the cursor is at a backslash or quote character
For example, handle following case:
	$ touch 'foo bar'
	$ ls foo\<TAB> --> $ ls foo\ bar

Also add test cases for this.

Thanks to Christos for review
2018-05-04 16:39:14 +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
test_filecompletion.c Handle filename autocompletion when the cursor is at a backslash or quote character 2018-05-04 16:39:14 +00:00
wtc1.c