hrsh7th / vim-vsnip-integ

vim-vsnip integrations to other plugins.
MIT License
128 stars 16 forks source link

Improve handling of double CompleteDone autocmd #47

Closed jandamm closed 3 years ago

jandamm commented 3 years ago

Closes #46

hrsh7th commented 3 years ago

Finally, I undetstand the cause. Your solution mogjt be right to me.

jandamm commented 3 years ago

I used ==? instead of !=?. 🙈

hrsh7th commented 3 years ago

OK. I found the solution for it. I'll create the another PR. Please check it.