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
Absolute volume based paths somehow end up with C:. and C:.<TAB> is still completed to C:$(PWD)
Go seems to be ok with these paths but passed to other commands doesn't work.
Ensure completing this is prevented and move fix in actionPaths to context.Abs (if it is actually the correct place).
Current Behavior
Absolute volume based paths somehow end up with
C:.
andC:.<TAB>
is still completed toC:$(PWD)
Go seems to be ok with these paths but passed to other commands doesn't work.
Ensure completing this is prevented and move fix in
actionPaths
tocontext.Abs
(if it is actually the correct place).caused-by #785
Expected Behavior
No response
Steps To Reproduce
No response
Version
No response
OS
Shell
Anything else?
No response
The text was updated successfully, but these errors were encountered: