mirror of
https://github.com/neovim/neovim.git
synced 2026-06-15 16:23:48 +00:00
Problem: `get_lines()` actually supports passing a `integer` instead of `integer[]`, but it is never used in this way, we use `get_line()` instead. Solution: Fix it. Also rename some variables to align with our current naming convention and use `vim.fn.readblob()` instead of a bunch of `uv` calls.