semanser / vim-outdated-plugins

🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
51 stars 4 forks source link

fixed bug with plugins not folowing master branch #17

Open rosebeats opened 4 years ago

rosebeats commented 4 years ago

For plugins that are following a branch that is not master. (i.e. if you had Plug 'neoclide/coc.nvim', {'branch': 'release'}), outdated-plugins would incorrectly mark that plugin as not updated if the release branch was not caught up with master. This pull request fixes that by referencing the correct branch in the git rev-list command

rosebeats commented 4 years ago

I only just realized that there was actually already a pull request made to fix this bug. If you end up using that one, you can just close this as it does the same thing.