mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 04:53:46 -05:00
Add tests.
This commit is contained in:
8
test/testUntrackedFileWithinRepo.vim
Normal file
8
test/testUntrackedFileWithinRepo.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
source helper.vim
|
||||
|
||||
let tmpfile = 'untrackedFileWithinRepo.tmp'
|
||||
call system('touch '.tmpfile)
|
||||
edit tmpfile
|
||||
call DumpSigns('untrackedFileWithinRepo')
|
||||
|
||||
call system('rm '.tmpfile)
|
||||
Reference in New Issue
Block a user