fix(basics): use vim.hl.hl_op() on Neovim>=0.13 instead of on_yank#2424
Conversation
echasnovski
left a comment
There was a problem hiding this comment.
Thanks for the PR! This is even more thorough than I have made in my backlog :)
|
Also, would you mind using the commit message from 3197536 together with the link to the upstream PR from this PR? I think it is more useful here to be more explicit in the commit title than "react to ...". |
|
Done. Thanks! |
Details: - `vim.hl.on_yank` is deprecated in favor of a more general `vim.hl.hl_op`. - See PR 39777 in neovim/neovim
vim.hl.on_yank()|
Merged into a temporary branch to adjust it a bit. I missed that using The solution is probably still use I plan to merge the temporary branch tomorrow. |
|
Should now be part of the latest |
Details:
Start using
vim.hl.hl_op()See PR 39777 in neovim/neovim