Skip to content

Commit

Permalink
Fix reference to renamed function
Browse files Browse the repository at this point in the history
Closes #1606
  • Loading branch information
tpope committed Sep 27, 2020
1 parent 12011a4 commit e12236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fugitive.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4513,7 +4513,7 @@ function! s:BlurStatus() abort
belowright new
endif
if &diff
call s:DiffClose()
call fugitive#DiffClose()
endif
endif
endfunction
Expand Down

0 comments on commit e12236b

Please sign in to comment.