You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): "provider#python3#Prog" was removed upstream #563
Problem:
Tests fail since upstream Nvim commit neovim/neovim@eb5d15e
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.
0 commit comments