vim-outdated-plugins icon indicating copy to clipboard operation
vim-outdated-plugins copied to clipboard

fixed bug with plugins not folowing master branch

Open rosebeats opened this issue 5 years ago • 1 comments
trafficstars

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 avatar Jan 24 '20 02:01 rosebeats

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.

rosebeats avatar Jan 24 '20 02:01 rosebeats