APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

validate nvim_buf_set_extmark existance #53

Closed zeittgeist closed 2 years ago

zeittgeist commented 2 years ago

This fixes the issue 52

Commit ab4dc40 breaks blamer, cannot find the correct function which locks navigation between files, rolling back to the previous function fixed it temporarily

Error detected while processing function <lambda>41[1]..blamer#Show[31]..blamer#SetVirtualText:
line    3:
E117: Unknown function: nvim_buf_set_extmark

image

Error in

https://github.com/APZelos/blamer.nvim/blob/ab4dc40a1df02ede465e09039c38922db3aceadb/autoload/blamer.vim#L198