AGhost-7 / critiq.vim

Github code reviews from Neovim
73 stars 4 forks source link

Navigate PR commit-wise #20

Open kronn opened 5 years ago

kronn commented 5 years ago

I like to review PRs mostly commit by commit to understand the thought process of the implementer. Sometimes I then cross-check with the final version to see if some change I would request is already made.

I can see that the list of commits in a PR can be shown. However, I am missing a way to jump to a diff for only one commit. And then a command to jump to the next/previous commit-diff.

AGhost-7 commented 5 years ago

That could be interesting, I'd most likely have a vertical split for the other diff. If we stick to the limitations of the list commits functionality it shouldn't be difficult to implement.