zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Don't discard `$WIDGETSTYLE`
Calling a completion widget without passing the -w flag causes $WIDGETSTYLE to be unset. This breaks logic in _oldlist, _list_files and some plugins.
It appears that this fixes completion widgets, but in turn breaks widgets that rely on $WIDGET. This needs to be solved in a different way.