testHunkRevertNearbyHunk.vim 202 B

123456789
  1. source helper.vim
  2. call Setup()
  3. execute "normal! 2Gox\<CR>y\<CR>z"
  4. normal 2jdd
  5. normal k
  6. execute 'GitGutterRevertHunk'
  7. call DumpSigns('hunkRevertNearbySigns')
  8. call DumpGitDiff('hunkRevertNearbyGitDiff')