github-issues.vim icon indicating copy to clipboard operation
github-issues.vim copied to clipboard

Github issue lookup in Vim

Results 11 github-issues.vim issues
Sort by recently updated
recently updated
newest added

Hello, I was wondering if it would be good to add some functionality regarding Projects. I'm my workflow I use the GitHub Project boards to control the tasks I'm currently...

Howdy @jaxbot - long time! When figuring out which remote to use during `getRepoURI()`, it seems to default to the first remote in the (alphabetically-sorted) `git remote -v` output... I...

All my repos have changed local credentials: ``` [remote "origin"] url = ghub:amerlyq/airy fetch = +refs/heads/*:refs/remotes/origin/* ``` And symmetrical part in `~/.ssh/config` is ``` Host ghub HostName github.com User git...

I noticed that when I ran `git commit`, there would be a 30- to 40-second pause while vim loads. I did some profiling and found that this was caused by...

This might be a bit ambitious, but it'll almost certainly be worth it. Before this happens, though, we probably need to move the code outside of the VimL files.

Currently, when doing `:h Gissues` for example, the Readme file seems to come up. This is a "feature request" for having a real vim help file. Would be much better...

This plugin is notorious for hanging up my committing sessions when I'm disconnected from a network. It throws an exception (uncaught somewhere in the stack) and causes Vim to assume...

When this plugin first started out, it made sense to keep it simple. Now that it has grown, the code has become unreadable regardless of how it is arranged. I'll...