testUntrackedFileOutsideRepo.vim 130 B

123456
  1. source helper.vim
  2. let tmpfile = tempname()
  3. call system('touch '.tmpfile)
  4. edit tmpfile
  5. call DumpSigns('untrackedFileOutsideRepo')