Files
neovim/test/functional
Gregory Anders cf32053d60 fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)
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. Change the parameter name in
nvim_buf_set_extmark to "end_row" and use "end_line" as an alias
to make this more consistent.
2021-12-08 08:44:48 -07:00
..
2021-11-27 11:10:48 -05:00
2021-11-30 18:20:42 +01:00
2021-11-26 18:53:10 +00:00