jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
406 stars 28 forks source link

support forks #20 #28

Closed ignatenkobrain closed 10 years ago

ignatenkobrain commented 10 years ago

We always will use upstream repo for issues if our repo is fork.

Signed-off-by: Igor Gnatenko i.gnatenko.brain@gmail.com

jaxbot commented 10 years ago

This adds too much unnecessary overhead for 99% of the use cases, though. Most people aren't working on forked repos, and there's no way of knowing if they intend to use their issues or the source issues.

ignatenkobrain commented 10 years ago

This adds too much unnecessary overhead for 99% of the use cases, though. Most people aren't working on forked repos, and there's no way of knowing if they intend to use their issues or the source issues.

OK, I'll add new config parameter.

ignatenkobrain commented 10 years ago

Take a look new commit.

jaxbot commented 10 years ago

Sorry for the delay, had a busy set of weeks. Looks good, really appreciate it! Thanks!

ignatenkobrain commented 10 years ago

no problem. Let me know if you have problems with it.