mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 13:03:45 -05:00
Suppress signs when there are more than 500.
This commit is contained in:
@@ -2,6 +2,12 @@ let s:file = ''
|
||||
let s:using_xolox_shell = -1
|
||||
let s:exit_code = 0
|
||||
|
||||
function! gitgutter#utility#warn(message)
|
||||
echohl WarningMsg
|
||||
echomsg 'vim-gitgutter: ' . a:message
|
||||
echohl None
|
||||
let b:warningmsg = a:message
|
||||
endfunction
|
||||
|
||||
function! gitgutter#utility#is_active()
|
||||
return g:gitgutter_enabled && gitgutter#utility#exists_file()
|
||||
|
||||
Reference in New Issue
Block a user