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(hyper): handle backslash and slash regardles of os in cwd #463

Merged
merged 5 commits into from
Jun 23, 2024

Conversation

adriankarlen
Copy link
Contributor

Issue

If a user has vim.o.shellslash enabled slash usage on windows can get a bit weird. uv.cwd returns \ while the filepaths in mru will contain /.

The aim of this PR is to solve this issue by instead of defaulting to backslash on windows, get the separator from the first item of mru, and use that as separator in cwd_with_sep

@glepnir glepnir merged commit f10a18e into nvimdev:master Jun 23, 2024
1 of 2 checks passed
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.

2 participants