Add test for revert subsequent nearby hunk.

This commit is contained in:
Andy Stewart
2015-03-05 11:49:27 +01:00
parent 05030aa565
commit 1e97331587
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
source helper.vim
call Setup()
execute "normal! 2Gox\<CR>y\<CR>z"
normal 2jdd
normal k
execute 'GitGutterRevertHunk'
call DumpSigns('hunkRevertNearbySigns')
call DumpGitDiff('hunkRevertNearbyGitDiff')