Add tests for ambiguous filenames.

This commit is contained in:
Andy Stewart
2014-11-19 10:03:33 +01:00
parent f73df41654
commit 7ff7455019
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--- Signs ---
Signs for fixture.txt:
line=5 id=3000 name=GitGutterLineModified

View File

@@ -0,0 +1,9 @@
source helper.vim
call Setup()
normal 5Gi*
call system('git checkout -b fixture.txt')
write
call DumpSigns('ambiguousFile')
call system('git checkout - && git branch -d fixture.txt')