mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 19:43:47 -05:00
Restore test teardown line
This was accidentally left commented out in the previous commit.
This commit is contained in:
@@ -79,7 +79,7 @@ function TearDown()
|
|||||||
silent! execute s:bufnr+1.',$bdelete!'
|
silent! execute s:bufnr+1.',$bdelete!'
|
||||||
|
|
||||||
execute ':cd' s:current_dir
|
execute ':cd' s:current_dir
|
||||||
" call system("rm -rf ".s:test_repo)
|
call system("rm -rf ".s:test_repo)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user