vim --clean -c "se ft=vim wildoptions=fuzzy completeopt=preinsert autocomplete complete^=o | call feedkeys('ise y', 'nr')"In feedkeys, I type se y but exactly input se k due to the preinsert.
I use complete^=o just because it will return very much sources.
What's more, if ignorecase infercase is set, sometimes when I type a small 'v' it will become a 'V' due to preinsert.
cc @girishji
let the examples' result is se y
9.1.2081
Windows 11
And I tested it is also exists on msys2
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
And
vim --clean -c "se ft=vim ignorecase infercase completeopt=preinsert autocomplete complete^=o | call feedkeys('iv', 'nr')"There will be a V in buffer.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()