Skip to content

Instantly share code, notes, and snippets.

@mfojtik
Created November 9, 2011 17:16
Show Gist options
  • Save mfojtik/1352142 to your computer and use it in GitHub Desktop.
Save mfojtik/1352142 to your computer and use it in GitHub Desktop.
if editpost == 1
let url = s:GistUpdate(user, token, content, gistid, gistnm)
elseif deletepost == 1
call s:GistDelete(user, token, gistid)
else
let url = s:GistPost(user, token, content, private)
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment