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

set_option uses nvim_buf_set_option instead of nvim_set_option

Open Kethku opened this issue 2 years ago • 1 comments

Given that it doesn't pass a buffer id, I think this is a no-op. Not sure though

Kethku avatar Apr 03 '22 21:04 Kethku

So there are 3 instances of a set_option function. You probably mean the method on Buffer? It does use nvim_buf_set_option indeed, but it also passes the buffer id. Do you have something going wrong?

KillTheMule avatar Apr 04 '22 06:04 KillTheMule

I have no idea what i was on about here

Kethku avatar Nov 12 '23 19:11 Kethku