Files
vim-gitgutter/test/testHunkRevertNearbyHunk.vim
2015-03-05 11:49:27 +01:00

10 lines
202 B
VimL

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