gcmt / wildfire.vim

Smart selection of the closest text object
MIT License
611 stars 19 forks source link

Error with g:wildfire_objects - variable type mismatch #9

Closed pgilad closed 10 years ago

pgilad commented 10 years ago

Used the default example usage of:

let g:wildfire_objects = ["i'", 'i"', "i)", "i]", "i}", "ip", "it"]

On gVim 7.4 windows 7, getting the following error:

E706: Variable type mismatch for: g:wildfire_objects

Although while using the second example (where g:wildfire_objects is a dictionary) it works fine. Perhaps we are expecting a dictionary type and don't allow list?

Shougo commented 10 years ago

Yes, I want to send pull request for it. But other pull request is not merged...

gcmt commented 10 years ago

Thanks for pointing out this subtle issue. All pending pull requests have been merged, so if Shougo has already found a solution he can safely send a pull request

Shougo commented 10 years ago

Thanks. I will send it.

Shougo commented 10 years ago

I created the pull request.