zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.33k stars 1.85k forks source link

Don't discard `$WIDGETSTYLE` #724

Open marlonrichert opened 1 year ago

marlonrichert commented 1 year ago

Calling a completion widget without passing the -w flag causes $WIDGETSTYLE to be unset. This breaks logic in _oldlist, _list_files and some plugins.

marlonrichert commented 1 year ago

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.