Skip to content

Commit 3abf244

Browse files
committed
remove debug code
1 parent f0d6357 commit 3abf244

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/gist.vim

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ function! s:open_browser(url) abort
101101
let quote = &shellxquote == '"' ? "'" : '"'
102102
if cmd =~# '^!'
103103
let cmd = substitute(cmd, '%URL%', '\=quote.a:url.quote', 'g')
104-
let g:hoge = cmd
105104
silent! exec cmd
106105
elseif cmd =~# '^:[A-Z]'
107106
let cmd = substitute(cmd, '%URL%', '\=a:url', 'g')

0 commit comments

Comments
 (0)