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