From e9aee00190bd656017e8aad14b0d5b7e8595a602 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Thu, 22 Feb 2018 11:04:10 +0000 Subject: [PATCH] Switch off diff.mnemonicPrefix in tests. Follows on c325a8b. --- test/test_gitgutter.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_gitgutter.vim b/test/test_gitgutter.vim index d792ef7..c15d569 100644 --- a/test/test_gitgutter.vim +++ b/test/test_gitgutter.vim @@ -44,7 +44,8 @@ function SetUp() call system("git init ".s:test_repo. \ " && cd ".s:test_repo. \ " && 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 edit! fixture.txt call gitgutter#sign#reset()