testFilenameWithEquals.vim 214 B

123456789101112
  1. source helper.vim
  2. edit =fixture=.txt
  3. normal ggo*
  4. try
  5. write
  6. write
  7. call DumpSigns('filenameWithEquals')
  8. finally
  9. call system('git reset HEAD =fixture=.txt')
  10. call system('git checkout =fixture=.txt')
  11. endtry