mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
14 lines
292 B
VimL
14 lines
292 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
set shell=foo
|
|
|
|
normal 5Gi*
|
|
execute 'GitGutterStageHunk'
|
|
|
|
call assert_equal('foo', &shell) " NOTE: current test runner ignores v:errors so this line has no effect
|
|
|
|
set shell=/bin/bash
|
|
call DumpSigns('hunkStageSigns')
|
|
call DumpGitDiffStaged('hunkStageGitDiff')
|