aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/github-url/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/github-url/plugin')
-rw-r--r--bundle/github-url/plugin/github_url.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/github-url/plugin/github_url.vim b/bundle/github-url/plugin/github_url.vim
index 84f6cce..328a049 100644
--- a/bundle/github-url/plugin/github_url.vim
+++ b/bundle/github-url/plugin/github_url.vim
@@ -3,4 +3,4 @@ if exists('g:loaded_github_url')
endif
let g:loaded_github_url = 1
-command! -range=0 GitHubFileURL :echo github_url#GitHubURL(<count>, <line1>, <line2>)
+command! -range=0 GitHubFileURL :call github_url#GitHubURL(<count>, <line1>, <line2>)