completion-nvim icon indicating copy to clipboard operation
completion-nvim copied to clipboard

Change handler signature

Open rafaelsq opened this issue 4 years ago • 5 comments

Completion-nvim is broken for nvim >= 0.5.1 The signature changed from function(err, method, result, client_id, bufnr, config) to function(err, result, ctx, config).

ref; https://github.com/neovim/neovim/pull/15504

rafaelsq avatar Sep 09 '21 14:09 rafaelsq

@rafaelsq thanks. beat me to it. I have had it working on my local, just never got to filing the PR. Will test this

ranjithshegde avatar Sep 10 '21 18:09 ranjithshegde

I can confirm that this PR fixed https://github.com/nvim-lua/completion-nvim/issues/399 for me

mrkz avatar Sep 29 '21 18:09 mrkz

@vigoux Could you please review or approve this?

rafaelsq avatar Sep 30 '21 11:09 rafaelsq

this fix works pls merge it

verrchu avatar Oct 01 '21 19:10 verrchu

friendly bump

mrkz avatar Oct 12 '21 15:10 mrkz