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
since Nvim 0.11 neovim/neovim#28487 :
- nvim_subscribe, nvim_unsubscribe are deprecated
- rpcnotify(0) actually broadcasts instead of multicasts, thus
nvim_subscribe/nvim_unsubscribe has no effect.
0 commit comments