PowerTab
PowerTab copied to clipboard
Tab completing paths to PowerShell scripts with "./" drops full path.
Input: ./con[TAB]
Expected: ./convert.ps1
Actual: convert.ps1
Works fine with ".\con[TAB]".