aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-gitgutter/test/testHunkUndoNearbyHunk.vim
blob: 5721f2d7c2e009f75d0813e6944855781d1e9683 (plain)
1
2
3
4
5
6
7
8
9
source helper.vim
call Setup()

execute "normal! 2Gox\<CR>y\<CR>z"
normal 2jdd
normal k
execute 'GitGutterUndoHunk'
call DumpSigns('hunkUndoNearbySigns')
call DumpGitDiff('hunkUndoNearbyGitDiff')