DC*
DC*
@aserrallerios Thanks for reporting. I'm taking a look at this. It seems it has to do how the plugin loads it completions (dynamically sourcing them) and how Antigen handles DOCBLOCKS...
It seem the issue is introduced in `v2.1.0 `, previous version `v2.0.2` works as expected.
Maybe related to a different issue, as in this one we're taking about completions only. You may try: - remove ~/.antigen/init.zsh - source antigenrc rather than using antigen-init Hope that...
I'm on vacations right now but in a week I can work on the issue.
This is a great opportunity to create a new built-in plugin or custom plugin for anyone interested in their first PR. As reference there is already a basic implementation in...
It think it goes hand in hand with this feature request: https://github.com/rgrove/rawgit/issues/66
It seems it's related to https://github.com/FriendsOfSymfony1/doctrine1/pull/64
I can confirm this issue. Bind with suffix '/' causes an infinite loop.
I think just showing the search input with the app list will cover this use case. Adding an option for this, disabled by default, should be good to go I...