dotvim/.vim/bundle/vim-gitgutter/test/testUntrackedFileWithinRepo.vim
2015-07-02 10:45:40 +02: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)