aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/github-url/plugin/github_url.vim
blob: 84f6cce66dc0f1d11530550f059132834de49b4d (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 :echo github_url#GitHubURL(<count>, <line1>, <line2>)