Files
vim-gitgutter/test/testHunkStageNearbyHunk.vim
2015-03-05 11:43:39 +01:00

11 lines
254 B
VimL

source helper.vim
call Setup()
execute "normal! 2Gox\<CR>y\<CR>z"
normal 2jdd
normal k
execute 'GitGutterStageHunk'
call DumpSigns('hunkStageNearbySigns')
call DumpGitDiff('hunkStageNearbyGitDiff')
call DumpGitDiffStaged('hunkStageNearbyGitDiffStaged')