If I do :PluginUpdate
, how could I be sure developers of the plugins listed in .vimrc
as links to git repositories have not updated their repositories with breaking changes?
For example, I am using link to the repository Plugin 'tpope/vim-fugitive'
and I don't want this dependency to introduce breaking changes on the next upgrade.
In general, does development of vim plugins entail convention of not putting breaking changes into the latest master
branch? I doubt such convention exist, but still, is there kind of policy for vim plugins to avoid breaking configuration with plugins upgrade?