mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -05:00
add documentation for GitGutterGetHunkSummary.
This commit is contained in:
@@ -576,6 +576,9 @@ function! GitGutterGetHunks()
|
|||||||
return s:is_active() ? s:hunks : []
|
return s:is_active() ? s:hunks : []
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
" Returns an array that contains a summary of the current hunk status.
|
||||||
|
" The format is [ added, modified, removed ], where each value represents
|
||||||
|
" the number of lines added/modified/removed respectively.
|
||||||
function! GitGutterGetHunkSummary()
|
function! GitGutterGetHunkSummary()
|
||||||
return s:hunk_summary
|
return s:hunk_summary
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user