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(tests): "provider#python3#Prog" was removed upstream #563

Closed justinmk closed 3 months ago

justinmk commented 3 months ago

Problem: Tests fail since upstream Nvim commit https://github.com/neovim/neovim/commit/eb5d15e3838f53e2fcd25989c88db87458e9f984 which removed the (internal) provider#python3#Prog function.

pynvim.api.common.NvimError: nvim_exec2(): Vim(echomsg):E117: Unknown function: provider#python3#Prog

Solution: Use the new Lua function instead.