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
When typing --foo=bar there's a chance that the whole string is included as part of the completion and it causes unexpected results. --foo=bar becomes --foo=bar--foo=bar.
As you continue typing, the entries are not cleared and it merges with the previous, causing hundreds of completions. (This is likely a separate issue related to should_merge_previous_items)
2024-12-06.12-46-02.mp4
When typing
--foo=barthere's a chance that the whole string is included as part of the completion and it causes unexpected results.--foo=barbecomes--foo=bar--foo=bar.As you continue typing, the entries are not cleared and it merges with the previous, causing hundreds of completions. (This is likely a separate issue related to
should_merge_previous_items)See the recording to show both issues at once
reproduction.luaType
:PluginTemplate hello-world say phrase --repeat=followed by some numbers