blink.cmp icon indicating copy to clipboard operation
blink.cmp copied to clipboard

fix(cmdline): use current argument for 'file' completion in `input()` prompts

Open soifou opened this issue 7 months ago • 0 comments

When using vim.fn.input() with 'file' completion, the completion engine expects the query to be the current argument prefix (i.e., the partial filename or path being typed), not the entire command line.

Closes #1817

soifou avatar May 27 '25 19:05 soifou