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
We allow /. since this would mark the beginning of a hidden folder, and enables showing hidden folders, if they're disabled by default. However the /. b definitely seems odd. I've changed the behavior such that if the current path segment contains a space, we don't return any items, but previous path segments may contain spaces.
Allowed: ~/example foo/b
Not allowed: ~/example foo
We allow /. since this would mark the beginning of a hidden folder, and enables showing hidden folders, if they're disabled by default.
This sounds reasonable, but I don't have a hidden directory or file in my root directory, and path source still brings up the completion menu, which doesn't seem to match my intuition.
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
/
trigger path completion, it's ok. then we input.
but completion menu doesn't disappear.d
, the path completion triggered again.mini.lua
Relevant configuration
neovim
versionNVIM v0.11.0-dev-1664+ge71d2c817d Build type: Release LuaJIT 2.1.1736781742 Run "nvim -V1 -v" for more info
blink.cmp
versionmain
The text was updated successfully, but these errors were encountered: