mattn/vim-gist

Fetching 1 file from a multi-file gist

tup-olev opened this issue · 0 comments

Is it possible to open a specific file from a gist that has more than on file?

By default, vim-gist only opens the first file, and ALL files when a flag is set.
let g:gist_get_multiplefile = 1

I'm asking because GistPad in Visual Code Studio lets me choose an individual file.