zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Don't discard `$WIDGETSTYLE`

Open marlonrichert opened this issue 2 years ago • 1 comments

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 avatar Feb 17 '23 10:02 marlonrichert

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.

marlonrichert avatar Feb 17 '23 11:02 marlonrichert