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
When I try to complete a buffer after typing a part of the filename, the completion will not replace the prefix if it ends with a dot . resulting in a wrong filename:
Example - I have previously had a file init.lua open, and want to switch to it:
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
When I try to complete a buffer after typing a part of the filename, the completion will not replace the prefix if it ends with a dot
.
resulting in a wrong filename:Example - I have previously had a file
init.lua
open, and want to switch to it:Relevant configuration
neovim
versionv0.10.3
blink.cmp
versionv0.10.0
The text was updated successfully, but these errors were encountered: