testUntrackedFileWithinRepo.vim 176 B

12345678
  1. source helper.vim
  2. let tmpfile = 'untrackedFileWithinRepo.tmp'
  3. call system('touch '.tmpfile)
  4. edit tmpfile
  5. call DumpSigns('untrackedFileWithinRepo')
  6. call system('rm '.tmpfile)