mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
13 lines
214 B
VimL
13 lines
214 B
VimL
source helper.vim
|
|
|
|
edit =fixture=.txt
|
|
normal ggo*
|
|
try
|
|
write
|
|
write
|
|
call DumpSigns('filenameWithEquals')
|
|
finally
|
|
call system('git reset HEAD =fixture=.txt')
|
|
call system('git checkout =fixture=.txt')
|
|
endtry
|