On Tue Feb 3 19:35:08 2026 +0000, Thomas Csovcsity wrote:
How should i proceed? Should i try another approach or is this a "works as expected"? 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) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9854#note_128954