mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Make test flag more specific.
This commit is contained in:
@@ -244,7 +244,7 @@ function! s:fix_file_references(filepath, hunk_diff)
|
|||||||
return join(lines, "\n")."\n"
|
return join(lines, "\n")."\n"
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if $TEST
|
if $VIM_GITGUTTER_TEST
|
||||||
function! gitgutter#hunk#fix_file_references(filepath, hunk_diff)
|
function! gitgutter#hunk#fix_file_references(filepath, hunk_diff)
|
||||||
return s:fix_file_references(a:filepath, a:hunk_diff)
|
return s:fix_file_references(a:filepath, a:hunk_diff)
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user