Support wildcards in tag option

Close #427
This commit is contained in:
Junegunn Choi
2016-04-17 05:47:30 +09:00
parent 3de4567bc0
commit e6ea538558
4 changed files with 31 additions and 3 deletions

View File

@@ -89,6 +89,9 @@ Plug 'tpope/vim-fireplace', { 'for': 'clojure' }
" Using a non-master branch
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }
" Using a tagged release; wildcard allowed (requires git 1.9.2 or above)
Plug 'fatih/vim-go', { 'tag': '*' }
" Plugin options
Plug 'nsf/gocode', { 'tag': 'v.20150303', 'rtp': 'vim' }