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:
6
test/testUntrackedFileOutsideRepo.vim
Normal file
6
test/testUntrackedFileOutsideRepo.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
source helper.vim
|
||||
|
||||
let tmpfile = tempname()
|
||||
call system('touch '.tmpfile)
|
||||
edit tmpfile
|
||||
call DumpSigns('untrackedFileOutsideRepo')
|
||||
Reference in New Issue
Block a user