blob: 082ff02847251046fbb24ff72f76f6870837067f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|