You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow. GetFileAttributesW(L"cd ../../") returns 0x10 indicating "the specified string is a directory".
Which actually makes sense since the final .. counteracts the preceding directory level, so the cd .. is interpreted as a parent directory that's being discarded.
Clink needs to be smarter about how it parses the command line to interpret whether a path has been typed.
Originally reported by @LucasMonastirsky and @ovasquez in cmderdev/cmder#2473
Current behavior
1.3.17
Expected behavior
1.3.16 and 1.3.15 (and probably a lot more before)
The text was updated successfully, but these errors were encountered: