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 >