mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
10 lines
185 B
VimL
10 lines
185 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
normal 5Gi*
|
|
call system('git checkout -b fixture.txt')
|
|
write
|
|
call DumpSigns('ambiguousFile')
|
|
|
|
call system('git checkout - && git branch -d fixture.txt')
|