Currently, when filename completion is being performed, dirnames don't have a slash appended to them and even worse, when completing dirnames, a space is appended instead of completing the contents of the directory. Using the filenames option, fixes this.
Currently, when filename completion is being performed, dirnames don't have a slash appended to them and even worse, when completing dirnames, a space is appended instead of completing the contents of the directory. Using the
filenames
option, fixes this.