Files
vim-gitgutter/test/testUntrackedFileWithinRepo.vim
Andy Stewart 6cef76aa99 Add tests.
2014-11-14 14:06:49 +01:00

9 lines
176 B
VimL

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