From 78a23cd259c7dbca34d0dcf78b8b99aa0a5db1a5 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 6 Apr 2018 01:25:18 +0200 Subject: github-url: Get rid of useless `echo` I used this for testing purposes but it's no longer relevant. --- bundle/github-url/plugin/github_url.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'bundle/github-url') 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 FileURL(, , ) -- cgit v1.2.3