Add comment.

This commit is contained in:
Andy Stewart
2013-02-25 10:20:20 +01:00
parent 985bbbee73
commit 4df8b36f54

View File

@@ -157,6 +157,9 @@ function! s:show_signs(modified_lines)
endfor endfor
endfunction 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() function! s:find_other_signs()
redir => signs redir => signs
silent exe ":sign place file=" . s:current_file() silent exe ":sign place file=" . s:current_file()