Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed bug with plugins not folowing master branch #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rosebeats
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant