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(utils): path_expand always use backslash for windows #3018

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jamestrew
Copy link
Contributor

Converts forward slashes on windows to backslashes. Looks like vim.fn.expand always did this. I also didn't know sometimes in Windows, you get paths in forward slash (like git) so now utils.path_expand always forces backslashes for Windows paths (mostly for plenary compatibility).

half closes #2997

@jamestrew jamestrew force-pushed the fix/path-expand-windows branch 3 times, most recently from 96e9b12 to 6717a33 Compare April 15, 2024 01:40
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.

Telescope buffers incorrect path_display after commit 3b8399c
1 participant