We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d6357 commit 3abf244Copy full SHA for 3abf244
autoload/gist.vim
@@ -101,7 +101,6 @@ function! s:open_browser(url) abort
101
let quote = &shellxquote == '"' ? "'" : '"'
102
if cmd =~# '^!'
103
let cmd = substitute(cmd, '%URL%', '\=quote.a:url.quote', 'g')
104
- let g:hoge = cmd
105
silent! exec cmd
106
elseif cmd =~# '^:[A-Z]'
107
let cmd = substitute(cmd, '%URL%', '\=a:url', 'g')
0 commit comments