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
It's great to see you port git-messenger.vim, I've had some trouble with the original plug-in (e.g: this issue, or an issue I've been experiencing when scrolling the pop-up which I haven't reported yet).
Hopefully this port won't have those issues :-).
I'd like to open this issue to report a few features from the original plug-in which I'd like to see ported over:
The ability to jump into the messenger pop-up, to navigate and use its buffer local mappings.
The ability to toggle local hunk/global diff in the pop-up (d/D).
The ability to navigate older/newer commits in the pop-up (o/O).
Do you intend to add those features?
The text was updated successfully, but these errors were encountered:
Hey, @ambroisie and thanks for the issue. I do intend to port some features over from git-messenger and those three seem especially reasonable. I will probably start with the third task (navigating to older/newer commits) and work my way on from there. If you have any other feature requests or want to contribute feel free to open an issue or PR.
And thanks again for making the first issue on the repository!
As an FYI, I wonder if relying on git blame --ignore-rev/git blame --ignore-revs-file would be more reliable than the way git-messenger.vim tries to do its history feature.
Heya!
It's great to see you port
git-messenger.vim
, I've had some trouble with the original plug-in (e.g: this issue, or an issue I've been experiencing when scrolling the pop-up which I haven't reported yet).Hopefully this port won't have those issues :-).
I'd like to open this issue to report a few features from the original plug-in which I'd like to see ported over:
d
/D
).o
/O
).Do you intend to add those features?
The text was updated successfully, but these errors were encountered: