issues
search
neovim
/
pynvim
Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.54k
stars
120
forks
source link
fix(tests): broadcast test fails
#570
Closed
justinmk
closed
5 months ago
justinmk
commented
5 months ago
since Nvim 0.11
https://github.com/neovim/neovim/pull/28487
:
nvim_subscribe, nvim_unsubscribe are deprecated
rpcnotify(0) actually broadcasts instead of multicasts, thus nvim_subscribe/nvim_unsubscribe has no effect.
since Nvim 0.11 https://github.com/neovim/neovim/pull/28487 :