mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +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.