You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gitsigns.nvim/lua/gitsigns/actions.lua:889: assertion failed!
stack traceback:
[C]: in function 'assert'
.../gitsigns.nvim/lua/gitsigns/actions.lua:889: in function 'commit_hash_line'
My best guess is that there are some intricacies in the flow of updating blame cache, if it wasn't my first time grokking at lua code other than my nvim config, I'd probably had more insights :)
This function would neatly integrate with :DiffviewOpen <commit> command
The text was updated successfully, but these errors were encountered:
I want to be able to jump to the commit, where current line was added/changed. I tried to quickly come up with solution based on
blame_line
function:But it didn't work
My best guess is that there are some intricacies in the flow of updating blame cache, if it wasn't my first time grokking at lua code other than my nvim config, I'd probably had more insights :)
This function would neatly integrate with
:DiffviewOpen <commit>
commandThe text was updated successfully, but these errors were encountered: