nvim_buf_get_extmark_by_id
has the wrong type when asking for details
#106
Labels
nvim_buf_get_extmark_by_id
has the wrong type when asking for details
#106
When
nvim_buf_get_extmark_by_id
is called with a map containing{"details ": true}
, it also returns the details object. But nvim-hs is expecting to parse the result asVector Int64
, which isn't true :)The following snippet crashes nvim-hs:
with the error
A better type here I think would be:
The text was updated successfully, but these errors were encountered: