From 4cbd7f5d60ad39701e0bf5257453a763d213428a Mon Sep 17 00:00:00 2001 From: etienne Date: Fri, 7 Aug 2020 11:54:12 +0200 Subject: [PATCH] add the tag option to install the latest release with vimplug --- README.md | 2 +- doc/vim-go.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 157bbeaa39..02dc163bb2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ for popular package managers: * [Pathogen](https://github.com/tpope/vim-pathogen) * `git clone https://github.com/fatih/vim-go.git ~/.vim/bundle/vim-go` * [vim-plug](https://github.com/junegunn/vim-plug) - * `Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }` + * `Plug 'fatih/vim-go', { 'tag': '*', 'do': ':GoUpdateBinaries' }` * [Vundle](https://github.com/VundleVim/Vundle.vim) * `Plugin 'fatih/vim-go'` diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 4b96dcc072..4be1691aa3 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -105,7 +105,7 @@ manager's install command. < * https://github.com/junegunn/vim-plug > - Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' } + Plug 'fatih/vim-go', { 'tag': '*', 'do': ':GoUpdateBinaries' } < * https://github.com/Shougo/neobundle.vim >