mattn / vim-gist

Vim plugin for Gist
http://www.vim.org/scripts/script.php?script_id=2423
1.69k stars 131 forks source link

:Gist -a still asks for github account #194

Closed Miesco closed 8 years ago

Miesco commented 9 years ago

:Gist -a gives:

You don't have configured a Github account. Read ':help gist-vim-setup'.

cmosguy commented 8 years ago

I am getting this issue with gvim in windows, and I do have ~/.gist-vim file setup. Is there any solution here for this? @mattn @Miesco ?

mattn commented 8 years ago

Once remove or rename ~/.gist-vim and try it again.

cmosguy commented 8 years ago

Thanks @mattn, i did not have to do that. For some reason it just magically started working and I do not understand why. But it works! Thanks for making this project!