mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
add documentation for GitGutterGetHunkSummary.
This commit is contained in:
@@ -576,6 +576,9 @@ function! GitGutterGetHunks()
|
||||
return s:is_active() ? s:hunks : []
|
||||
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()
|
||||
return s:hunk_summary
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user