tmsvg / pear-tree

A Vim auto-pair plugin that supports multi-character pairs, intelligent matching, and more
MIT License
392 stars 12 forks source link

Error when smart enabled and using /** */ #2

Closed sandangel closed 5 years ago

sandangel commented 5 years ago

I got an error when writing JSdoc for javascript.jsx filetype. so when I type the second * in /**, this error happened.

Error detected while processing function pear_tree#insert_mode#TerminateOpener[36]..pear_tree#GetRule:
line    2:
E712: Argument of get() must be a List or Dictionary
tmsvg commented 5 years ago

Thank you for raising this issue. The latest commit fixes it. Please update Pear Tree and let me know if you still have problems.

sandangel commented 5 years ago

thanks, fixed for me