mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00

Problem: Byte2line() does not work correctly with text properties. (Billie
Cleek)
Solution: Take the bytes of the text properties into account.
(closes vim/vim#5334)
9df53b62de
Co-authored-by: Bram Moolenaar <Bram@vim.org>