mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
nvim_buf_get_extmark uses "end_row" rather than "end_line" in its 'details' dict, which means callers must modify the key names if they want to re-use the information. Allow nvim_buf_set_extmark to take "end_row" as an alias to "end_line" to make this more compatible. See [1]. [1]: https://github.com/neovim/neovim/pull/15011#discussion_r665336968