tanvirtin / vgit.nvim

Visual git plugin for Neovim
MIT License
591 stars 11 forks source link

feat: added buffer var with current diff stats (#157, #212) #220

Closed ibhagwan closed 2 years ago

ibhagwan commented 2 years ago

As requested in #218, separate PR to fix #157, #212 rebased for the latest changes.

I did note a bug that didn't exist before https://github.com/tanvirtin/vgit.nvim/commit/e5ba3240258a5097eb149369136e2663dd3d5e71, when opening a non-tracked file hunk.stat shows all lines of the current buffer as added, this happens on files even outside of the current repo path.

ibhagwan commented 2 years ago

Forced pushed based on our discussion in #219, I think you'd like this one better :-)

ibhagwan commented 2 years ago

Ty <3

nyngwang commented 2 years ago

@ibhagwan Thanks for you too!

ibhagwan commented 2 years ago

@ibhagwan Thanks for you too!

Thx @nyngwang :)