Open
Description
What happened?
Completion at point (hitting <TAB>
) on a subpath replaces the subpath with the last subdirectory instead of completing
How to reproduce?
in Emacs 28.1, using the helm repo installed in d:/src
as an example directory layout when trying to complete the helm/images
path from Eshell:
M-x eshell
, opens the eshell prompt
Welcome to the Emacs shell
d:/src $
- Typing
helm/im<TAB>
, replaceshelm/im
withimages
d:/src $ helm/im<TAB>
d:/src $ images/
The expected behaviour (as in earlier Emacs versions) is to complete the path, e.g.:
d:/src $ helm/images/
Helm Version
Master branch
Emacs Version
Emacs-28/29
OS
Windows
Relevant backtrace (if possible)
No response
Minimal configuration
- I agree using a minimal configuration