Add g:gitgutter_sign_allow_clobber to control clobbering.

I.e. how gitgutter handles non-gitgutter signs.

See #565, #627.

Co-authored-by: Andy Stewart <boss@airbladesoftware.com>
This commit is contained in:
Dan Aloni
2019-08-10 07:27:13 +01:00
committed by Andy Stewart
parent de200ffdd4
commit 9bf988bd1d
4 changed files with 28 additions and 6 deletions

View File

@@ -376,6 +376,12 @@ signs, so to avoid slowing down the GUI the number of signs is capped. When
the number of changed lines exceeds this value, the plugin removes all signs
and displays a warning message.
*g:gitgutter_sign_allow_clobber*
Default: 0
Determines whether gitgutter preserves non-gitgutter signs (the default). When
1, gitgutter will not preserve non-gitgutter signs.
*g:gitgutter_sign_added*
*g:gitgutter_sign_modified*
*g:gitgutter_sign_removed*