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

modifiable and buftype cannot be restored with ':w filename' if the user does not have a permission to edit the gist. #29

Closed lambdalisue closed 10 years ago

lambdalisue commented 10 years ago

vim-gista open an other user's gist as nonmodifiable buffer but it should be modifiable if user save it to them local file system.