This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












I can't reproduce. What's your OS?
Did you set git cofnig? Do you mean 'list' as ':Gist -l' ?
I'm using Ubuntu 9.10, VIM 7.2.245 and git 1.6.3.3. My get config is set. ":Gist -l" opens a blank new panel without showing any of my gists. ":Gist -la" opens a panel with public gists. "Gist xxxxx" opens that gist in a new panel. Typing ":Gist -e" on the currently open gist opens a new panel showing the html for a GitHub File Not Found page.
Ah. gist.vim support only public gists(currently). There's no API for listing private gist on 'github.com'. Then scraping HTML is required. X-(
However, I hope it as your said. Then I don't close this issue yet. :-)
All my gists are private so that explains the problem. Thanks for your help.