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

Mapping `<Plug>(cokeline-focus-*)` doesn't work for unlisted buffers

Open EtiamNullam opened this issue 2 years ago • 0 comments

Mappings <Plug>(cokeline-focus-next) and <Plug>(cokeline-focus-prev) won't switch buffer when executed from an unlisted buffer.

If buffer is listed by set buflisted or lua vim.o.buflisted = true then it will work again (for this buffer).

EtiamNullam avatar Apr 27 '22 00:04 EtiamNullam