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

@@ -308,6 +308,10 @@ Signs:~
|g:gitgutter_sign_modified_removed|
|g:gitgutter_set_sign_backgrounds|
Hunk jumping:~
|g:gitgutter_show_msg_on_hunk_jumping|
Hunk previews:~
|g:gitgutter_preview_win_floating|
@@ -524,6 +528,11 @@ Default: 0
When switched on, the :GitGutterQuickFix command populates the location list
of the current window instead of the global quickfix list.
*g:gitgutter_show_msg_on_hunk_jumping*
Default: 1
When switched on, a message like "Hunk 4 of 11" is shown on hunk jumping.
===============================================================================
HIGHLIGHTS *gitgutter-highlights*