Creates public gists even when private gist are set as default
sagarjauhari opened this issue · 4 comments
sagarjauhari commented
After creating about 20-30 private gists I noticed that 2 of my gists were public!
mattn commented
You post the gists with same command arguments? If use -P, it will be post as public.
sagarjauhari commented
Same arguments. I use a scratch buffer, so I just use :Gist or :Gist! (with default set to private)
Could it be because of multiple macvim windows?
mattn commented
Hmm, I can't reproduce this. Could you please try latest commit for a while?
sagarjauhari commented
Sure. I'll try to reproduce it.