Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Nov 5, 2009
1 parent 66852d9 commit 2380106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gist.vim
Expand Up @@ -326,7 +326,6 @@ function! s:GistUpdate(user, token, content, gistid, gistnm)
let quote = &shellxquote == '"' ? "'" : '"'
let url = 'http://gist.github.com/gists/'.a:gistid
let res = system('curl -i -d @'.quote.file.quote.' '.url)
let g:hoge = res
call delete(file)
let res = matchstr(split(res, '\(\r\?\n\|\r\n\?\)'), '^Location: ')
let res = substitute(res, '^.*: ', '', '')
Expand Down

0 comments on commit 2380106

Please sign in to comment.