mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
Handle filenames containing equals signs.
This commit is contained in:
12
test/testFilenameWithEquals.vim
Normal file
12
test/testFilenameWithEquals.vim
Normal 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
|
||||
Reference in New Issue
Block a user