This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`strict_indexing` was set to `true` in the `nvim_buf_get_lines` call, so when `row` got to the end of the buffer it would cause an error. Setting `strict_indexing` to `false` caused `line` to be `nil` sometimes, so I added some logic to handle that.
- Loading branch information