mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Remove obsolete comment.
This commit is contained in:
@@ -15,7 +15,7 @@ function! gitgutter#hunk#summary()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! gitgutter#hunk#reset()
|
function! gitgutter#hunk#reset()
|
||||||
let s:summary = [0, 0, 0] " TODO: is bling/airline expecting [-1, -1, -1]?
|
let s:summary = [0, 0, 0]
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! gitgutter#hunk#increment_lines_added(count)
|
function! gitgutter#hunk#increment_lines_added(count)
|
||||||
|
|||||||
Reference in New Issue
Block a user