Add test for filenames with square brackets.

This commit is contained in:
Andy Stewart
2014-11-14 14:19:35 +01:00
parent a114088f22
commit af1f405692
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
source helper.vim
edit fix[tu]re.txt
normal ggo*
write
call DumpSigns('filenameWithSquareBrackets')
call system('git reset HEAD fix[tu]re.txt')
call system('git checkout fix[tu]re.txt')