Add test for hunk staging.

This commit is contained in:
Andy Stewart
2014-11-13 15:21:37 +01:00
parent dd054534a0
commit 1f2bb48be5
4 changed files with 26 additions and 0 deletions

7
test/testHunkStage.vim Normal file
View File

@@ -0,0 +1,7 @@
source helper.vim
call Setup()
normal 5Gi*
execute 'GitGutterStageHunk'
call DumpSigns('hunkStageSigns')
call DumpGitDiff('hunkStageGitDiff')