mattn/vim-gist

Creates public gists even when private gist are set as default

sagarjauhari opened this issue · 4 comments

After creating about 20-30 private gists I noticed that 2 of my gists were public!

You post the gists with same command arguments? If use -P, it will be post as public.

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?

Hmm, I can't reproduce this. Could you please try latest commit for a while?

Sure. I'll try to reproduce it.