fugitive-gitlab.vim
fugitive-gitlab.vim copied to clipboard
Is there anyway to create an issue?
Great plugin by the way!
Not currently, though I'm open to the possibility of adding that functionality.
Sorry from bringing that old thing up.
In the same scope, it's possible to comment on commit https://docs.gitlab.com/ce/api/commits.html#post-comment-to-commit that would be so awesome to be able to do that when on a commit.
Imagine we could checkout a branch that have an open merge request, do :Gclog
and then comment on the commits. Merge request review directly from vim!!!
I'm not a vim script pro, but I'll try to have a look.
Thx for the great plugin
In the same scope, it's possible to comment on commit https://docs.gitlab.com/ce/api/commits.html#post-comment-to-commit that would be so awesome to be able to do that when on a commit.
Imagine we could checkout a branch that have an open merge request, do
:Gclog
and then comment on the commits. Merge request review directly from vim!!!
This is probably doable, I'm just not sure what the UI looks like.