-
-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Description
I was trying to use this, or one of it's variants yesterday and noticed that the :Gist wasn't working - giving me a redirection message, instead. So I dug into the docs on GitHub and found that the fix was line 326, from:
let url = 'https://gist.github.com/'.a:gistid.'.txt'
to:
let url = 'https://raw.github.com/gist/'.a:gistid
But I didn't check all the other functions.
Metadata
Metadata
Assignees
Labels
No labels