abo-abo / function-args

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

moo-jump-local and moo-complete truncates display at 100 candidates in helm #22

Closed ehuang3 closed 9 years ago

ehuang3 commented 9 years ago

As stated in the title, results are truncated at 100 candidates in the helm display. I can access the non-visible candidates using helm's pattern selection; however, I cannot scroll past the 100th candidate to see all the tags on a given file or completion.

abo-abo commented 9 years ago

What's your helm-candidate-number-limit?

ehuang3 commented 9 years ago

It was a 100! Sorry, because helm would show upwards of 300 items for other helm windows, I thought the error was in function-args. Thanks!