On Fri Feb 6 14:36:50 2026 +0000, eric pouech wrote:
spent a bit more time testing (sigh. on native: * using` cd /<tab>` uses '/' as a delimiter, and \<tab\> lists files/dir from current directory; builtin doesn't do it, so '/' shall be added to BASE_DELIMS * using `cd "/<tab>` uses '/' also as a delimiter, and \<tab\> lists files/dir from current directory;builtin doesn't recognize the '/' and erases it (bug to be fixed, but will require some more work) so there's no behavior on native where '/' is treated as a path delimiter; that's not even consistent with how builtin commands work regarding options and arguments (check MR!9881 for a bit of background) So we try to stick with the CMD behaviour and not some Powershell things. I am fully okay with that. Closing this MR therefore.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9854#note_128965