mirror of
https://github.com/neovim/neovim.git
synced 2025-11-18 00:01:46 +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.