aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/github-url/plugin/github_url.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/github-url/plugin/github_url.vim')
-rw-r--r--bundle/github-url/plugin/github_url.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundle/github-url/plugin/github_url.vim b/bundle/github-url/plugin/github_url.vim
index 7edf836..96483cb 100644
--- a/bundle/github-url/plugin/github_url.vim
+++ b/bundle/github-url/plugin/github_url.vim
@@ -30,5 +30,4 @@ function! s:FileURL(include_lines, start_line, end_line)
return s:BaseRepoURL() . '/blob/' . current_sha . '/' . current_filename . lines
endfunction
-" echo s:FileURL()
command! -range=0 GitHubFileURL :echo <SID>FileURL(<count>, <line1>, <line2>)