mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-15 14:53:52 -05:00
Add test for filenames with square brackets.
This commit is contained in:
9
test/testFilenameWithSquareBrackets.vim
Normal file
9
test/testFilenameWithSquareBrackets.vim
Normal 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')
|
||||
Reference in New Issue
Block a user