diff --git a/test/test_gitgutter.vim b/test/test_gitgutter.vim index e5a7b09..0ed5924 100644 --- a/test/test_gitgutter.vim +++ b/test/test_gitgutter.vim @@ -770,7 +770,7 @@ endfunction function Test_overlapping_hunk_op() - func Answer(char) + func! Answer(char) call feedkeys(a:char."\") endfunc @@ -1188,7 +1188,7 @@ function Test_clean_smudge_filter() call system("git config --local include.path ../.gitconfig") call system("rm fixture.foo && git checkout fixture.foo") - func Answer(char) + func! Answer(char) call feedkeys(a:char."\") endfunc