Closed setempler closed 6 years ago
master
as the main development branch is a very common development model. Every plugin I use follows that. I'm sorry that vundle makes it difficult to deal with that.
update the code at vim-scripts w/ the latest release
I have no control over when vim-scripts/gnupg.vim
is updated. That's up to whoever runs that service.
Hi,
First of all, thanks for sharing and continuing to work on improving the plugin.
Using vundle to install the script, I noticed that either the version is outdated, using
or it is at the latest development commit, not the latest release, using
For the first method, I obtain v2.5, which is pulled from https://github.com/vim-scripts/gnupg.vim.
For the second method, I obtain
HEAD
of this repository's master branch (currently 22cbc6b) which is a development commit, and not the (latest) release commit (currently v2.6.1 966808d).So I would need to use the second method, and in addition checkout the release tag, which is complicated:
I'd love to use
PluginUpdate
with vundle instead.Would you mind to either
master
, so the checkout/update (via vundle) points to a release?Many thanks!