Skip to content

New GitHub API Breaks :Gist <id> Pulls #33

@drbobbeaty

Description

@drbobbeaty

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions