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
fix(keymap): accept completion when only one item remains
The recent `show_and_insert_or_accept_single` command did not accept the
item when the completion list was filtered down to exactly one
candidate.
This commit introduces immediate acceptance in that scenario.
See: #2037 (comment)
0 commit comments