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
And the title is misleading, my bad, I thought it was unresponsive, because vertico ignored old input at the start of the line. So really there only two things that are wrong - line truncation and cursor position.
If I run
consult-dir
fromfind-file
and a selected path is too long, vertico's input is truncated and doesn't work properly until I pressTAB
.It could be fixed with
consult--completion-refresh-hook
like that:But I'm not sure if it's a vertico bug or works as intended, through, because plain minibuffer works without the fix.
The text was updated successfully, but these errors were encountered: