zsh-autocomplete: Updating to `7b1a81c` or laters breaks `zsh-autocomplete` on M1 MacBookPro
I’m running iTerm2 using zsh with omz on a 2020 M1 mbp. I use the following plugins:
k git-flow-completion web-search zsh-completions zsh-autocomplete zsh-autosuggestions zsh-syntax-highlighting
After updating to 7b1a81c1673b1d78b849754c614247e9d509c27c the widget for autocomplete disappeared, and I instead see:
missing `external command', `builtin command', `shell function', `alias', `reserved word', `suffix alias', `job', or `parameter'
Environment
1e5e834e (HEAD -> master, origin/master, origin/HEAD) fix(cli): exit `omz update` with correct error code (#10342)
/Users/mhj/.zshrc:418
apple darwin20.0 /bin/zsh /bin/zsh zsh-5.8-0-g77d203f
Steps to reproduce
I cannot reproduce the bug on a clean setup with no other plugins nor my normal .zshrc
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (7 by maintainers)
Commits related to this issue
- Improve the "no completions" warning Related to #363. — committed to marlonrichert/zsh-autocomplete by marlonrichert 3 years ago
- Don't `autoload` with sticky `emulate` …because this cascades to `autoload` statements inside those functions. Fixes part of #363. — committed to marlonrichert/zsh-autocomplete by marlonrichert 3 years ago
- Fix a bug in async completion Fixes part of #363. — committed to marlonrichert/zsh-autocomplete by marlonrichert 3 years ago
- Simplify ancestor/recent dirs completion Fixes part of #363. — committed to marlonrichert/zsh-autocomplete by marlonrichert 3 years ago
I can confirm @mmhj’s finding. Running zsh-automplete on an M1 MBP (both Big Sur and Monterey). No time to put together a minimal test case but will try to do so one of these days.
Should be fixed now. Let me know if you still experience problems.
I’m able to reproduce it now and should have a fix soon.