Add support for dictionary option argument: branch, rtp (#2)

This commit is contained in:
Junegunn Choi
2013-09-25 15:09:41 +09:00
parent 3bf2573703
commit 87901b671c
2 changed files with 21 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ call plug#begin()
Plug 'junegunn/seoul256'
Plug 'junegunn/vim-easy-align'
" Plug 'user/repo', 'branch_or_tag'
" Plug 'user/repo1', 'branch_or_tag'
" Plug 'user/repo2', { 'rtp': 'vim/plugin/dir', 'branch': 'devel' }
" Plug 'git@github.com:junegunn/vim-github-dashboard.git'
" ...