mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Add comment.
This commit is contained in:
@@ -157,6 +157,9 @@ function! s:show_signs(modified_lines)
|
||||
endfor
|
||||
endfunction
|
||||
|
||||
" This assumes there are no GitGutter signs in the current file.
|
||||
" If this is untenable we could change the regexp to exclude GitGutter's
|
||||
" signs.
|
||||
function! s:find_other_signs()
|
||||
redir => signs
|
||||
silent exe ":sign place file=" . s:current_file()
|
||||
|
||||
Reference in New Issue
Block a user