neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.47k stars 118 forks source link

fix: UpdateRemotePlugins not finding specs on windows #565

Closed tanj closed 2 months ago

tanj commented 2 months ago

Specs were being found with a normalized path, but being requested without normalization. We now normalize the path we responding to spec requests.

fixes #564

justinmk commented 2 months ago

macOS failures are unrelated, see https://github.com/neovim/node-client/pull/345/commits/de7ecb4fc3ac966c96115123486457c609841215