Avoid unnecessary diff.

This commit is contained in:
Andy Stewart
2016-02-08 14:18:52 +00:00
parent e884a0e26d
commit 0416f209d8
2 changed files with 4 additions and 5 deletions

View File

@@ -276,8 +276,7 @@ endfunction
"
" type - stage | revert | preview
function! gitgutter#diff#generate_diff_for_hunk(type)
" Although (we assume) diff is up to date, we don't store it anywhere so we
" have to regenerate it now...
" Run a fresh diff.
let diff = gitgutter#diff#run_diff(0, 0)
let diff_for_hunk = gitgutter#diff#discard_hunks(diff, a:type == 'stage' || a:type == 'revert')