mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
14 lines
322 B
VimL
14 lines
322 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
normal 5G
|
|
|
|
execute 'GitGutterStageHunk'
|
|
call DumpSigns('hunkOutsideNoopStageSigns')
|
|
call DumpGitDiffStaged('hunkHunkOutsideNoopStageGitDiffStaged')
|
|
|
|
execute 'GitGutterRevertHunk'
|
|
call DumpSigns('hunkOutsideNoopRevertSigns')
|
|
call DumpGitDiffStaged('hunkHunkOutsideNoopRevertGitDiffStaged')
|
|
|