eric pouech (@epo) commented about programs/cmd/wcmdmain.c:
/* Handle paths here. Find last '\\'. * If '\\' isn't found then insert pos is the same as search pos. */
- while (cc > sc->search_pos && inputBuffer[cc] != L'\') {
ditto is there a reason to not handle the other delimiters here?