zsh-autocomplete: Plugin not working after `ec9de3c`
No error messages are displayed. The plugin fails to display the full widget, populating it only with a seemingly arbitrary subset of completions (usually suffix aliases, command history, and aliases). Curiously, pressing <kbd>tab</kbd> flashes the widget for a split-second.
Environment
b41b563 - (HEAD -> main, origin/main, origin/HEAD) Simplify ancestor/recent dirs completion
/Users/rammos/.zshrc:50
apple darwin21.0 /bin/zsh -zsh zsh-5.8-0-g77d203f
The problem persists in the minimal setup of the GitHub issue template.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 35 (18 by maintainers)
@marlonrichert the line
zstyle ':completion:*' menu select
from my.zshrc
was the culprit. I had added that line presumably to have the currently selected menu option highlighted as I press <kbd>Tab</kbd>. Marking the issue closed, with thanks for your help. Merry X-mas.@marlonrichert my apologies, not yet — been very busy. Will try to do today. Thank you very much for the alert.