Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion fails with multiple slashes #60

Closed
chrisant996 opened this issue Jan 22, 2021 · 1 comment
Closed

Completion fails with multiple slashes #60

chrisant996 opened this issue Jan 22, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@chrisant996
Copy link
Owner

dir foo\\ba doesn't complete to foo\\bar.

It's because the match generator produced foo\bar, and the typed input is foo\\bar, which isn't a match.

Will look at how best to solve the issue (could change the match generator, but probably better to either compare suffixes or do a normalized compare that skips extraneous path separators.

@chrisant996
Copy link
Owner Author

Changed the match generators AND the comparison functions.

@chrisant996 chrisant996 added the bug Something isn't working label Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant