unite-pull-request is a unite.vim plugin for Viewing GitHub pull request.
- curl
- webapi-vim (https://github.com/mattn/webapi-vim)
Bundle it!
NeoBundle 'joker1007/unite-pull-request'Add g:github_user to your vimrc
let g:github_user="<your github user id>"To fetch pull request list of a repository,
execute :Unite with pull_request source and argument.
:Unite pull_request:owner/repository_nameIf current directory is git repository and set github url as remote "origin", you don't need argument.
:Unite pull_requestTo fetch pull request changed file list,
execute :Unite with pull_request_file source and argument.
:Unite pull_request:owner/repository_name:1

