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: relative WSL paths and paths with spaces #2507

Merged
merged 3 commits into from May 11, 2024

Conversation

fredizzimo
Copy link
Member

What kind of change does this PR introduce?

This adds quotes around the wsl paths passed to Neovim, to deal with spaces and special characters. Relative paths are also converted to absolute before passed to windows_to_wsl, so they also work correctly now.

@Holzhaus, maybe these are something you want to add to your library?

Did this PR introduce a breaking change?

  • No

Copy link

Test Results

  6 files  ±0    6 suites  ±0   20s ⏱️ ±0s
110 tests ±0  110 ✅ ±0  0 💤 ±0  0 ❌ ±0 
644 runs  ±0  644 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 91ea8e0. ± Comparison against base commit 2f922dd.

@Kethku Kethku merged commit a9c6e0d into neovide:main May 11, 2024
12 checks passed
zbyna pushed a commit to zbyna/neovide that referenced this pull request May 17, 2024
* Quote all the wsl paths

* Deal with relative paths

* Fix tests
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.

Open files in wsl from windows context menu
2 participants