aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/github-url/plugin/github_url.vim
blob: 328a049137103916a77a0cd2e05f1fb084e6e418 (plain)
1
2
3
4
5
6
if exists('g:loaded_github_url')
	finish
endif
let g:loaded_github_url = 1

command! -range=0 GitHubFileURL :call github_url#GitHubURL(<count>, <line1>, <line2>)