You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there's not really a good reason for this behavior. We should just be able to ignore the specific existing widgets (autosuggest-fetch, autosuggest-suggest, etc.) instead of all matching autosuggest-*.
Let's leave this open as a bug and I'll fix it at some point.
ericfreese
changed the title
Custom widgets not working
Custom widgets not working when widget name starts with autosuggest-Jan 19, 2020
To avoid wrapping the built-in widgets (e.g. `autosuggest-fetch`,
`autosuggest-toggle`), we were ignoring all widgets whose names start
with `autosuggest-`. This had the downside of preventing wrapping of
user-defined widgets whose names happened to also start with that
prefix.
By being more specific about the exact built-in widgets we want to avoid
wrapping, we can allow users to define widgets whose names start with
`autosuggest-`.
See GitHub issue #496.
Hi. I've tried to define a custom wiget for my zsh. Basically - it's not working, autocompletion does not work. Config is rather straightforward
What am I supposed to do, in order to get it to work? Thanks in advance
It's not actually a bug report, or a feature request. It's more like a requst for the help
The text was updated successfully, but these errors were encountered: