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
Path source does not properly escape file names with special characters.
Steps to repro:
Create a file file_with_%sign.txt
Use the default config, :e then select the entry corresponding to the test file
Hit <C-y> to confirm the selection
file_with_%sign.txt (without escape) is inserted to the cmdline, this will make nvim expand '%' to current buffer name and open the wrong file. Desired output: file_with_\%sign.txt
Relevant configuration
Alldefault.
neovim version
0.10.3
blink.cmp version: branch, tag, or commit
main
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
Bug Description
Path source does not properly escape file names with special characters.
Steps to repro:
file_with_%sign.txt
:e
then select the entry corresponding to the test file<C-y>
to confirm the selectionfile_with_%sign.txt
(without escape) is inserted to the cmdline, this will make nvim expand '%' to current buffer name and open the wrong file. Desired output:file_with_\%sign.txt
Relevant configuration
neovim version
0.10.3
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: