Make test flag more specific.

This commit is contained in:
Andy Stewart
2018-03-08 11:47:08 +00:00
parent 538e07882a
commit 380e7935b7
2 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ function! s:fix_file_references(filepath, hunk_diff)
return join(lines, "\n")."\n"
endfunction
if $TEST
if $VIM_GITGUTTER_TEST
function! gitgutter#hunk#fix_file_references(filepath, hunk_diff)
return s:fix_file_references(a:filepath, a:hunk_diff)
endfunction