abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

To fix ivy's bug :smile: #40

Closed Skym3 closed 7 years ago

Skym3 commented 7 years ago

I've just noticed that function-args package doesn't seem to be properly working with ivy. Since, it's main function ivy-set-actions is being used. Ivy needs to be loaded in function-args package though.

Btw, here's a screenshot of the error https://imgur.com/ZM38KOk

@abo-abo Can you please review it and merge the pull request?

PS: So, I had to manually recompile and load the ivy's package in function-args to have this bug fixed!

abo-abo commented 7 years ago

Thanks.