mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00

Problem: line2byte behavior is changed after commit b051b13
. It no
longer return `-1` on empty buffer.
Solution: use `nof_ff` instead of `!ff_dos` as condition. Then
compatible behavior of line2byte() is restored.