Handle filenames containing equals signs.

This commit is contained in:
Andy Stewart
2015-10-13 12:37:49 +01:00
parent 1067294cdc
commit a30ee7f23e
4 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
source helper.vim
edit =fixture=.txt
normal ggo*
try
write
write
call DumpSigns('filenameWithEquals')
finally
call system('git reset HEAD =fixture=.txt')
call system('git checkout =fixture=.txt')
endtry