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

fix: (Windows) file_url is not a valid URL to pass into uri_to_fname #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

burgr033
Copy link

The Oil URL is no valid file URL in Windows. It misses the colon after the drive letter.

My addition checks if we are on a windows system and appends the colon to the drive letter. The URL is passed successfully and the plugin works correctly on windows now.

Should fix #10

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.

Error when writing oil buffers on Windows
1 participant