mirror of
https://github.com/neovim/neovim.git
synced 2026-03-15 13:27:22 +00:00
On empty buffers, when editing the first line, the line is buffered, causing offset to be < 0. While the buffer is not actually empty, the buffered line has not been flushed (and should not be) yet, so the call is valid but an edge case.