More tests.

This commit is contained in:
Andy Stewart
2014-11-14 14:14:42 +01:00
parent 6cef76aa99
commit 4ca2de65b7
4 changed files with 18 additions and 3 deletions

View File

@@ -2,8 +2,6 @@ set runtimepath+=../
source ../plugin/gitgutter.vim
function! Setup()
call system('git reset HEAD fixture.txt')
call system('git checkout fixture.txt')
edit! fixture.txt
sign unplace *
endfunction