]> git.neil.brown.name Git - edlib.git/commit
Filename completion: don't include trailing slash unless only match.
authorNeilBrown <neil@brown.name>
Thu, 19 Oct 2023 09:11:51 +0000 (20:11 +1100)
committerNeilBrown <neil@brown.name>
Thu, 19 Oct 2023 09:11:51 +0000 (20:11 +1100)
commit0d90ca0d826cad18986bff0515337ec2102c0128
treebb70ca8f34674ac2f3226016bf8a4862e5b1ac15
parent9d3c8758e365c2e4e6399908c3c5bdf613753e08
Filename completion: don't include trailing slash unless only match.

Return precise number of matches from the completion code, and when
completing a file name, drop the slash if not unique.

Otherwise if there are several directory that end with the same string,
that can get a '/' added too early.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
mode-emacs.c
render-complete.c