Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tests): broadcast test fails #570

Merged
merged 1 commit into from
Jun 10, 2024
Merged

fix(tests): broadcast test fails #570

merged 1 commit into from
Jun 10, 2024

Conversation

justinmk
Copy link
Member

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.

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.
@justinmk justinmk merged commit cc45f5b into master Jun 10, 2024
36 of 38 checks passed
@justinmk justinmk deleted the fixtest branch June 10, 2024 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant