mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
Closes https://github.com/neovim/neovim/issues/16985
* get_lines checks if buf_loaded using bufnr 0, which is
typically used as a sentinel value, but here must be resolved
to the true bufnr
(cherry picked from commit 5ebb1951bc
)
Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>