Skip to content

Instantly share code, notes, and snippets.

@heavenshell
Created January 10, 2013 06:17
Show Gist options
  • Save heavenshell/4499855 to your computer and use it in GitHub Desktop.
Save heavenshell/4499855 to your computer and use it in GitHub Desktop.
let s:save_cpo = &cpo
set cpo&vim
" TODO check openbrowser.vim exists.
command! -nargs=0 DeNA call openbrowser#open('http://dena.jp/')
let &cpo = s:save_cpo
unlet s:save_cpo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment