-
-
Notifications
You must be signed in to change notification settings - Fork 622
fix: use canonical path in windows #977
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
Conversation
e580960
to
9ad8277
Compare
fs_realpath
to get the filepath
When I simply use
It seems that the result of ### `uv.fs_realpath(path, [callback])`
**Parameters:**
- `path`: `string`
- `callback`: `callable` (async version) or `nil` (sync version)
- `err`: `nil` or `string`
- `path`: `string` or `nil` Could anyone knows this give some tips? |
2b838d9
to
2f604f7
Compare
could you rebase :) ? |
Also i'm not sure for your issue with realpath, might be related to windows somehow ? |
Done |
thanks :) |
This fixes #953.
Relative upstream issue: neovim/neovim#16331