mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Fix typo.
This commit is contained in:
@@ -111,7 +111,7 @@ function! s:parse_diff(diff)
|
|||||||
let to_line = str2nr(matches[3])
|
let to_line = str2nr(matches[3])
|
||||||
let to_count = (matches[4] == '') ? 1 : str2nr(matches[4])
|
let to_count = (matches[4] == '') ? 1 : str2nr(matches[4])
|
||||||
call add(hunks, [from_line, from_count, to_line, to_count])
|
call add(hunks, [from_line, from_count, to_line, to_count])
|
||||||
end
|
endif
|
||||||
endfor
|
endfor
|
||||||
return hunks
|
return hunks
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user