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>, replaces helm/im with images
The expected behaviour (as in earlier Emacs versions) is to complete the path, e.g.:
Helm Version
Master branch
Emacs Version
Emacs-28/29
OS
Windows
Relevant backtrace (if possible)
No response
Minimal configuration
What happened?
Completion at point (hitting
<TAB>) on a subpath replaces the subpath with the last subdirectory instead of completingHow to reproduce?
in Emacs 28.1, using the helm repo installed in
d:/srcas an example directory layout when trying to complete thehelm/imagespath from Eshell:M-x eshell, opens the eshell prompthelm/im<TAB>, replaceshelm/imwithimagesThe expected behaviour (as in earlier Emacs versions) is to complete the path, e.g.:
Helm Version
Master branch
Emacs Version
Emacs-28/29
OS
Windows
Relevant backtrace (if possible)
No response
Minimal configuration