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 path with space #34

Open
tzws opened this issue Jan 17, 2022 · 2 comments
Open

Windows path with space #34

tzws opened this issue Jan 17, 2022 · 2 comments

Comments

@tzws
Copy link

tzws commented Jan 17, 2022

for example, there's project under c:\workspace\project 1\src.

When I typing 'tabnew c:\workspace\project ', it won't sugguest 'c:\workspace\project 1', but files under cwd.

When I typing 'tabnew c:\workspace\project\ ', trying to escape the space character, it suggests
image

If I type double '\', 'tabnew c:\workspace\project\ ', trying to escape the space character, it suggests nothing.
image

this may related to previous issue I mentioned: #31

If I start with nvim -u NONE, type 'tabnew c:/me/ccw/ccw\ ', here use unix path delimiter, and use '' as space escaper, and press type, it will promots:
image

@hrsh7th
Copy link
Owner

hrsh7th commented Jan 17, 2022

PR welcome

@tzws
Copy link
Author

tzws commented Jan 18, 2022

I updated to the latest version. It seems if I start with cwd, using unix directory delimiter and space are handled correctly. But if I start with c: drive, there's some trouble.

5

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

No branches or pull requests

2 participants