abo-abo / function-args

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

Using moo-complete with user defined types #5

Closed andreiltd closed 10 years ago

andreiltd commented 10 years ago

I'm getting error: (wrong-type-argument char-or-string-p ("c")) when I try to complete for user defined types. In below example I get this error whenever I'm selecting "b" or "c" from foo. It works only for variable "a". Also it will not display types for "b" and "c" in helm menu.

moo-complete

abo-abo commented 10 years ago

Fixed, thanks for reporting.