Closed ibhagwan closed 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.
hunk.stat
added
Forced pushed based on our discussion in #219, I think you'd like this one better :-)
Ty <3
@ibhagwan Thanks for you too!
Thx @nyngwang :)
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 asadded
, this happens on files even outside of the current repo path.