aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-gitgutter/test/testUntrackedFileOutsideRepo.vim
blob: f473d35f56ceddd8bb00da76167503177b7b7d77 (plain)
1
2
3
4
5
6
source helper.vim

let tmpfile = tempname()
call system('touch '.tmpfile)
execute 'edit '.tmpfile
call DumpSigns('untrackedFileOutsideRepo')