carapace-sh/carapace

prevent `C:.`

rsteube opened this issue · 0 comments

Current Behavior

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).

caused-by #785

Expected Behavior

No response

Steps To Reproduce

No response

Version

No response

OS

  • Linux
  • OSX
  • Windows

Shell

  • Bash
  • Elvish
  • Fish
  • Nushell
  • Oil
  • Powershell
  • Xonsh
  • Zsh

Anything else?

No response