NetBSD/lib/libedit/TEST
abhinav c3d00a7d30 PR lib/54510: Fix file completion inside quotes which broke in rev 1.53
While there also fix handling character appending in the file completions when
inside quotes. For example when inside a quote, if the completion is a directory then
append a '/' but don't close the quote. On the other hand when inside a quote if the
completion is a file name and it is the only match then we can close the quote.
2019-09-08 05:50:58 +00:00
..
Makefile
rl1.c
tc1.c
test_filecompletion.c PR lib/54510: Fix file completion inside quotes which broke in rev 1.53 2019-09-08 05:50:58 +00:00
wtc1.c