lambdalisue / vim-gista

An alternative gist.vim, vim plugin which manipulate gists in Vim.
http://www.vim.org/scripts/script.php?script_id=4976
MIT License
156 stars 5 forks source link

Gista --private does not work correctly. #41

Closed lambdalisue closed 8 years ago

uri commented 9 years ago

I'm experiencing this too. I tried Gista -p and Gista --private both created public gists.

uri commented 9 years ago

Setting g:gista#post_private then using Gista worked for me. You can still use Gista -P for public gists.

lambdalisue commented 9 years ago

Setting g:gista#post_private then using Gista worked for me. You can still use Gista -P for public gists.

Ha! I didn't even know this behavior. Thanks :+1: