badmotorfinger / z

Save time typing out directory paths in PowerShell by jumping around instead.
The Unlicense
434 stars 33 forks source link

z + <TAB> failing for invalid escape sequences #32

Closed badmotorfinger closed 7 years ago

badmotorfinger commented 7 years ago

When pressing z followed by the TAB key, the expanded path might contain an escape code which is invalid, such as \u, in which case a Unicode character is expected, which causes an exception.

z needs to escape the input before matching