vim-gist icon indicating copy to clipboard operation
vim-gist copied to clipboard

`:Gist -a` responds with `You have not configured a Github account`

Open towc opened this issue 7 years ago • 3 comments

Unless I'm reading wrong, :Gist -a shouldn't need an account because it's making an anonymous gist, but I'm still getting the error message.

This is vim 8.1, and I used Vundle with Plugin 'mattn/webapi-vim' and Plugin 'mattn/gist-vim'

Is it an issue on my side, or something else I might need to look for? I couldn't find much useful information on :help gist-vim-setup, as, again, I'm not trying to set up an account

towc avatar Jul 28 '18 15:07 towc

GitHub already stopped anonymous gists.

mattn avatar Jul 29 '18 13:07 mattn

oh, that's sad to hear :/ It might then be a good idea to remove it from the readme/docs, or mention that this is why it doesn't work

towc avatar Jul 29 '18 16:07 towc

Well, looks like my PR isn't going to get merged but feel free to use my fork if you miss that feature.. With vim plug:

Plug 'olalonde/gist-vim', { 'branch': 'anonymous-fallback' }

olalonde avatar Oct 25 '18 05:10 olalonde