mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 04:53:46 -05:00
Enable turning off limit on maximum number of signs
Setting the variable to a known value (-1) is neater than an arbitrary high number. See #681.
This commit is contained in:
@@ -419,6 +419,8 @@ 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.
|
||||
|
||||
Set to -1 to remove the limit.
|
||||
|
||||
*g:gitgutter_sign_priority*
|
||||
Default: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user