Module Name: src
Committed By: abhinav
Date: Fri Apr 21 05:38:03 UTC 2017
Modified Files:
src/lib/libedit: filecomplete.c filecomplete.h readline.c
Log Message:
When doing filename autocompletion, append a trailing slash at the end of
directory
names. We already do this when there is only one completion option but
in case of of multiple completion options, it wasn't being done.
ok christos@
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/lib/libedit/filecomplete.c
cvs rdiff -u -r1.10 -r1.11 src/lib/libedit/filecomplete.h
cvs rdiff -u -r1.140 -r1.141 src/lib/libedit/readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.