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

Windows drive support #155

Merged
merged 2 commits into from
Jun 19, 2015
Merged

Windows drive support #155

merged 2 commits into from
Jun 19, 2015

Conversation

glucas
Copy link
Contributor

@glucas glucas commented Jun 19, 2015

Fix for #115: Handle Windows-style drive letters in find-file.

  • When input text matches a drive letter (and that drive letter is a valid path), switch to the specified drive root.
  • When input text matches "//", try to jump to the root of the current drive.

Tested manually on Windows 8.1.

When looking for the root of the current drive, make sure we only match a
drive letter at the beginning of the path.
@abo-abo abo-abo merged commit d466ade into abo-abo:master Jun 19, 2015
@abo-abo
Copy link
Owner

abo-abo commented Jun 19, 2015

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants