autojump icon indicating copy to clipboard operation
autojump copied to clipboard

Fix improper backslash handeling

Open MrKriss opened this issue 6 years ago • 1 comments

Fixes #436 #522 and #543

Root cause was the improper backslash handeling. I have implimented the fix suggested in #436 and ammended the reference data in the tests so they now pass on Windows. I also created an is_windows variable bassed on detecting the platform, and skipped tests that were failing due to differences in the path sep and drive character.

MrKriss avatar Mar 04 '19 20:03 MrKriss

I also ran into this issue and put in my own fix.

If this package is still maintained, can we please merge this PR?

Spaxe avatar Dec 07 '19 02:12 Spaxe