Skip to content

Commit 6c06e4a

Browse files
committed
remove needless comment
1 parent 609097f commit 6c06e4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/gist.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ function! s:format_gist(gist) abort
137137
let name = substitute(name, ' ', ' ', 'g')
138138
let desc = substitute(desc, '[\r\n\t]', ' ', 'g')
139139
let desc = substitute(desc, ' ', ' ', 'g')
140-
" return printf('gist: %-32s %s %s%s', a:gist.id, name, desc, code)
141140
" Display a nice formatted (and truncated if needed) table of gists on screen
142141
" Calculate field lengths for gist-listing formatting on screen
143142
redir =>a |exe "sil sign place buffer=".bufnr('')|redir end

0 commit comments

Comments
 (0)