blob: 6601e6dad632fb18fa7bb925fe93ddc9a576a226 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
source helper.vim
call Setup()
normal 5G
execute 'GitGutterStageHunk'
call DumpSigns('hunkOutsideNoopStageSigns')
call DumpGitDiffStaged('hunkHunkOutsideNoopStageGitDiffStaged')
execute 'GitGutterUndoHunk'
call DumpSigns('hunkOutsideNoopUndoSigns')
call DumpGitDiffStaged('hunkHunkOutsideNoopUndoGitDiffStaged')
|