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