Skip to content

Don't discard $WIDGETSTYLE - #724

Draft
marlonrichert wants to merge 1 commit into
zsh-users:masterfrom
marlonrichert:master
Draft

Don't discard $WIDGETSTYLE#724
marlonrichert wants to merge 1 commit into
zsh-users:masterfrom
marlonrichert:master

Conversation

@marlonrichert

@marlonrichert marlonrichert commented Feb 17, 2023

Copy link
Copy Markdown

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

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 marlonrichert changed the title Don't discard $WIDGETSTYLE Don't discard $WIDGETSTYLE Feb 17, 2023
@marlonrichert
marlonrichert marked this pull request as draft February 17, 2023 11:28
@marlonrichert

marlonrichert commented Feb 17, 2023

Copy link
Copy Markdown
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant