mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 04:53:46 -05:00
10 lines
202 B
VimL
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')
|