mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
@@ -44,7 +44,8 @@ function SetUp()
|
|||||||
call system("git init ".s:test_repo.
|
call system("git init ".s:test_repo.
|
||||||
\ " && cd ".s:test_repo.
|
\ " && cd ".s:test_repo.
|
||||||
\ " && cp ../fixture.txt .".
|
\ " && cp ../fixture.txt .".
|
||||||
\ " && git add . && git commit -m 'initial'")
|
\ " && git add . && git commit -m 'initial'".
|
||||||
|
\ " && git config diff.mnemonicPrefix false")
|
||||||
execute ':cd' s:test_repo
|
execute ':cd' s:test_repo
|
||||||
edit! fixture.txt
|
edit! fixture.txt
|
||||||
call gitgutter#sign#reset()
|
call gitgutter#sign#reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user