blob: 693ecf79bd4c43722b52a9efdfc1f959ca25d9dc (
plain)
1
2
3
4
5
6
7
8
9
|
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')
|