mattn/vim-gist

Possible bug: editing multi-file gists

mfiano opened this issue · 1 comments

Not sure if this is a bug or not, but suppose I paste multiple buffers with :Gist -p, if I then use :Gist -l to list the gist, it only sees the first file. Likewise, if I press enter to load it, it does not load anymore than the first file in the gist. If possible, it should probably open each file in the gist in a separate buffer.

I'm also having problems editing multi-file gists. Is there any way to access multiple files from a gist?