mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -05:00
8 lines
146 B
VimL
8 lines
146 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
normal 5Gi*
|
|
execute 'GitGutterRevertHunk'
|
|
call DumpSigns('hunkRevertSigns')
|
|
call DumpGitDiff('hunkRevertGitDiff')
|