Checklist
Output of :echo system(fzf#exec() .. ' --version')
0.71.0 (62899fd7)
OS
Problem / Steps to reproduce
Environment
Windows 11 25H2
Vim 9.2 and Neovim 0.11.5 (happens on both)
fzf 0.68.0 (b908f7a0)
fzf.vim 0.71.0 (62899fd7)
Powershell 7.6
Description
In the results list, if the path of the selected file contains parentheses, the opened path is not the same as the real path:
Pressing Enter opens a blank buffer. Running :echo expand('%:p') returns this:
The path app/(tabs)/index.tsx became app(tabs)/index.tsx (a slash is missing).
This does not happen in bash:

Checklist
Output of
:echo system(fzf#exec() .. ' --version')0.71.0 (62899fd7)
OS
Problem / Steps to reproduce
Environment
Windows 11 25H2
Vim 9.2 and Neovim 0.11.5 (happens on both)
fzf 0.68.0 (b908f7a0)
fzf.vim 0.71.0 (62899fd7)
Powershell 7.6
Description
In the results list, if the path of the selected file contains parentheses, the opened path is not the same as the real path:
Pressing Enter opens a blank buffer. Running :echo expand('%:p') returns this:
The path
app/(tabs)/index.tsxbecameapp(tabs)/index.tsx(a slash is missing).This does not happen in bash: