testEditAmbiguousFile.vim 185 B

123456789
  1. source helper.vim
  2. call Setup()
  3. normal 5Gi*
  4. call system('git checkout -b fixture.txt')
  5. write
  6. call DumpSigns('ambiguousFile')
  7. call system('git checkout - && git branch -d fixture.txt')