vim-gist
vim-gist copied to clipboard
Vim plugin for Gist
If repeatly opening a same file on the vim-gist, vim-gist gives the new buffer the same name as previous buffer, without deleting the opened buffer first. Then a `file E95`...
Support auto full GistURL fields, e.g ``` md # GistURL: https://gist.github.com/xxx ```
I'd been successfully using this for years, but some unknown time ago, the plugin's auth stopped working for me (possibly after a fresh install). - if I create a `~/.gist-vim`...
This no longer works for me. I use this anonymously in private mode so I'm unsure why. However I'm able to list my personal gists with `:Gist -l`, but a...
Similar to #226 though I made these changes before finding the pull request. In addition to the changes in #226, it updates the URL for the Personal Access Token to...
On April 14th, 2020 at 22:12 (UTC) you or an application you used recently accessed the deprecated Authorizations endpoint on the GitHub API with the useragent curl/7.66.0. We will remove...
Hey guys, your vim stuff is **"Gist plugin for Vim"** because it's actually for Vim
I noticed that when the github authentication token is saved it is just dropped into the users home directory. It would be great if instead this file could be stored...
I can't seem to open a gist after having selecting it from my list of gists. To reproduce: ``` :Gist -l ``` Then select a gist with either `o` or...