Documentation: installation with vim-plug to get the latest release#2974
Documentation: installation with vim-plug to get the latest release#2974etnnth wants to merge 1 commit intofatih:masterfrom etnnth:documentation-vim-plug-install
Conversation
|
How does plug's |
|
Documentation on vim-plug says that { 'tag': '*' } option will point to the latest tagged release: https://github.com/junegunn/vim-plug/releases/tag/0.9.0 and line 169-170 of https://github.com/junegunn/vim-plug/blob/master/doc/plug.txt |
|
Thanks for contributing! In general, I try to keep master working well. I use it daily, though there can sometimes be issues. |
|
@etnnth thank you for this suggestion! Just in case someone else is also experiencing this: when I do a |
After installing the plugin with vim-plug i realized that it got the master branch and not the latest release.
I changed the documentation so that the recommended way to install vim-go with vim-plug install the latest release.
I don't really know what could be the solution for Pathogen, Vim 8, I guess we could use :
but this will requires to be change for each release.
I have no idea how to do the same with Vundle