syohex / emacs-counsel-gtags

GNU Global with ivy completion
62 stars 20 forks source link

counsel-gtags--select-file: Fix narrowing of candidates #9

Closed fabacino closed 7 years ago

fabacino commented 7 years ago

The call to the global executable is only necessary once, afterwards the candidate list is fixed. Any further call to global actually resets the candidates, so that it is not possible to narrow down the search further. Thus the argument dynamic-collection was removed.

syohex commented 7 years ago

Thanks