AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
996 stars 20 forks source link

Error when reaching neoclip history max site #14

Closed JoseConseco closed 3 years ago

JoseConseco commented 3 years ago

I changed history size to 10 elements. When I yank 11th element i get: image

AckslD commented 3 years ago

Thanks for reporting @JoseConseco!

I'll check this! Btw, I'm also working on adding a test framework so will add this as a testcase 👍

AckslD commented 3 years ago

@JoseConseco should be fixed by #15, let me know if it works for you