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

Add a way to list commits of a particualr gist #52

Closed lambdalisue closed 8 years ago

lambdalisue commented 8 years ago

https://developer.github.com/v3/gists/#list-gist-commits

May be :Gista commits {GISTID} to show a window like gista-list?

Note that vim-gista (should) support gista-json:{APINAME}:{GISTID}/{COMMIT} and gista-file:{APINAME}:{GISTID}/{COMMIT}:{FILENAME}