Open ceed0 opened 1 year ago
Thanks for the heads-up. I'm not able to reproduce this, how long a path do you need to trigger this behavior?
Long enough to trigger truncation, I guess. Here how it looks And here with the fix
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.