neovim icon indicating copy to clipboard operation
neovim copied to clipboard

fix(lua): fix vim.region with multibyte characters

Open wodesuck opened this issue 2 years ago • 0 comments

Fix #20161

Prevent out of range error when calling str_byteindex.

Use vim.str_byteindex(bufline, #bufline) to cacluate utf length of bufline.

wodesuck avatar Sep 12 '22 09:09 wodesuck