Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled ZLE widget #787

Closed
randombenj opened this issue Apr 22, 2024 · 1 comment
Closed

Unhandled ZLE widget #787

randombenj opened this issue Apr 22, 2024 · 1 comment
Labels

Comments

@randombenj
Copy link

Describe the bug

Since a recent update of (any) of my oh-my-zsh plugins, zsh-autosuggestions complains about missing ZLE widgets.
How can I debug such an issue?

To Reproduce

Steps to reproduce the behavior:

Probably using my zsh config (and running update-shell):
https://gist.github.com/randombenj/3d1d6e7d9d382f643848

Expected behavior

Screenshots

zsh-syntax-highlighting: unhandled ZLE widget 'menu-search'
zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey <keys> menu-search` without creating the 'menu-search' widget with `zle -N` or `zle -C`.)
zsh-syntax-highlighting: unhandled ZLE widget 'recent-paths'
zsh-syntax-highlighting: (This is sometimes caused by doing `bindkey <keys> recent-paths` without creating the 'recent-paths' widget with `zle -N` or `zle -C`.)

Desktop

  • OS + distribution: Ubuntu 22.04
  • Zsh version: zsh 5.8.1 (x86_64-ubuntu-linux-gnu)
  • Plugin version: e0165eaa730dd0fa321a6a6de74f092fe87630b0

Additional context

@randombenj randombenj added the bug label Apr 22, 2024
@randombenj
Copy link
Author

randombenj commented Apr 22, 2024

Whoops wrong repo :) -> see zsh-users/zsh-syntax-highlighting#951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant