abo-abo / function-args

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

function-args can only show one pointer level #21

Closed tuhdo closed 9 years ago

tuhdo commented 9 years ago

For example, I have this pointer:

const char*** filename;

moo-jump-local only shows one *.

abo-abo commented 9 years ago

Thanks for noticing. Fixed.