mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Move to line more idiomatically.
This commit is contained in:
@@ -307,7 +307,7 @@ endfunction
|
|||||||
|
|
||||||
|
|
||||||
function Test_hunk_outside_noop()
|
function Test_hunk_outside_noop()
|
||||||
normal 5G
|
5
|
||||||
GitGutterStageHunk
|
GitGutterStageHunk
|
||||||
|
|
||||||
call assert_equal([], s:signs('fixture.txt'))
|
call assert_equal([], s:signs('fixture.txt'))
|
||||||
@@ -453,7 +453,7 @@ endfunction
|
|||||||
|
|
||||||
function Test_hunk_stage_partial_cmd_added()
|
function Test_hunk_stage_partial_cmd_added()
|
||||||
call append(5, ['A','B','C','D'])
|
call append(5, ['A','B','C','D'])
|
||||||
normal 6G
|
6
|
||||||
7,8GitGutterStageHunk
|
7,8GitGutterStageHunk
|
||||||
|
|
||||||
let expected = [
|
let expected = [
|
||||||
@@ -488,7 +488,7 @@ endfunction
|
|||||||
|
|
||||||
function Test_hunk_stage_partial_preview_added()
|
function Test_hunk_stage_partial_preview_added()
|
||||||
call append(5, ['A','B','C','D'])
|
call append(5, ['A','B','C','D'])
|
||||||
normal 6G
|
6
|
||||||
GitGutterPreviewHunk
|
GitGutterPreviewHunk
|
||||||
wincmd P
|
wincmd P
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user