1 2 3 4 5 6 7 8 9 10
source helper.vim let tmpfile = '[un]trackedFileWithinRepo.tmp' call system('touch '.tmpfile) execute 'edit '.tmpfile normal ggo* doautocmd CursorHold call DumpSigns('untrackedFileSquareBracketsWithinRepo') call system('rm '.tmpfile)