Skip to content

Instantly share code, notes, and snippets.

@soh335
Created July 20, 2009 23:22
Show Gist options
  • Save soh335/150984 to your computer and use it in GitHub Desktop.
Save soh335/150984 to your computer and use it in GitHub Desktop.
nmap <leader>pd :call <SID>Phpdoc()<cr>
function! s:Phpdoc()
let f = substitute(expand('<cword>'), "_", "-", "g")
silent call system('open ''http://php.benscom.com/manual/ja/function.'.f.'.php''')
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment