Show message like "Hunk 4 of 11" after hunk jumping

This commit is contained in:
obcat
2020-11-02 01:44:35 +09:00
committed by Andy Stewart
parent 696a6ed389
commit 987a33355e
4 changed files with 22 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ call s:set('g:gitgutter_async', 1)
call s:set('g:gitgutter_log', 0)
call s:set('g:gitgutter_use_location_list', 0)
call s:set('g:gitgutter_close_preview_on_escape', 0)
call s:set('g:gitgutter_show_msg_on_hunk_jumping', 1)
call s:set('g:gitgutter_git_executable', 'git')
if !executable(g:gitgutter_git_executable)