vim-github-comment

Comment commits on GitHub using Vim

  • 所有者: mmozuras/vim-github-comment
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

vim-github-comment

Want to comment commits on GitHub straight from Vim? You can now. After installation, from inside vim, just run :GHComment <your-comment-here>. This will create a comment on the commit that changed that line last.

vim-github-comment demo

Installation

I use pathogen, but you can install vim-github-comment using your favorite way too. Short instructions to use with pathogen follow.

Inside your .vim directory, run:

git clone git://github.com/mmozuras/vim-github-comment.git bundle/vim-github-comment

vim-github-comment requires webapi, so if you don't have it in your bundle yet:

git clone git://github.com/mattn/webapi-vim.git bundle/webapi

Setup

If you don't have github.user set in your .gitconfig, add the following
into your ~/.vimrc

let g:github_user = '<your-github-username-here>'

Optionally, browser can be opened with your comment after you post it:

let g:github_comment_open_browser = 1

You can always run help to get more information about vim-github-comment:

:help github-comment

主要指标

概览
名称与所有者mmozuras/vim-github-comment
主编程语言Vim Script
编程语言Vim script (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2013-05-12 17:56:51
推送于2016-07-03 16:13:03
最后一次提交2016-07-03 19:13:02
发布数0
用户参与
星数164
关注者数3
派生数7
提交数42
已启用问题?
问题数8
打开的问题数2
拉请求数6
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?