Files
vim-gitgutter/test/testUntrackedFileWithinRepo.vim
2016-04-22 11:45:40 +01:00

9 lines
187 B
VimL

source helper.vim
let tmpfile = 'untrackedFileWithinRepo.tmp'
call system('touch '.tmpfile)
execute 'edit '.tmpfile
call DumpSigns('untrackedFileWithinRepo')
call system('rm '.tmpfile)