public
Description: vim plugin to use github-tmbundle magic
Homepage:
Clone URL: git://github.com/solars/github-vim.git
Christoph Blank (author)
Thu Jun 19 01:50:02 -0700 2008
commit  193e7903605f4da63da19c5305feb4d5ce37bd2c
tree    9129cd4dcf6aac2e7160265c4d590b44e7d6513c
parent  19d7b38c190bbe3eeedd1ef73d3c783a709ef560
name age message
directory .vim/ Thu Jun 19 01:50:02 -0700 2008 system specific OpenURL handling [Christoph Blank]
file README Thu May 29 09:41:04 -0700 2008 standalone vim plugin, moved github-tmbundle ve... [Christoph Blank]
README
= github.vim http://github.com/solars/github_vim/

I tried to remove the dependency on drnics github-tmbundle scripts in this branch,
please report any errors and feel free to correct/suggest/add.

== Description

This is a quick and dirty vim plugin to use some github features locally from vim.

It enables you to:
  
  - open a link to the corresponding github file of a local vim selection
  - add a comment to the corresponding github commit of a locally selected line

== Suggested installation

The file structure should be clear, just copy the github.vim into ~/.vim/plugin/

== Usage

  - Comment Commit: on the relevant line Press 'ghc' in normal mode
  - Open Selection: create a selection in visual mode and press 'gho'

To remap the keybinding in your ~/.vimrc use:

  - map <F5> <Plug>GithubOpen
  - map <F6> <Plug>GithubComment

== Notes

Since this is my first vim plugins, feel free to send corrections or improvements :)
sol@textmode.at