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

Should use more natural buffer name instead of the current #59

Closed lambdalisue closed 8 years ago

lambdalisue commented 8 years ago

vim-gista currently use buffer names like

But functions like fnamemodify() could not be applied to these buffer names thus these should be something like

While these are file like buffer not like no file buffer (such as gista-list, gista-commit window).

Ref: