mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Show message like "Hunk 4 of 11" after hunk jumping
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user