vim-github-comment

Comment commits on GitHub using Vim

  • Owner: mmozuras/vim-github-comment
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownermmozuras/vim-github-comment
Primary LanguageVim Script
Program languageVim script (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2013-05-12 17:56:51
Pushed At2016-07-03 16:13:03
Last Commit At2016-07-03 19:13:02
Release Count0
用户参与
Stargazers Count164
Watchers Count3
Fork Count7
Commits Count42
Has Issues Enabled
Issues Count8
Issue Open Count2
Pull Requests Count6
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private