mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 20:32:08 +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>