mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
8 lines
152 B
VimL
8 lines
152 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
normal 5Gi*
|
|
execute 'GitGutterRevertHunk'
|
|
call DumpSigns('hunkRevertSigns')
|
|
call DumpGitDiffStaged('hunkRevertGitDiff')
|