mirror of
https://github.com/junegunn/fzf
synced 2026-07-20 16:33:18 +00:00
6c0fd7f9ca
- Use noshellslash for strict path expansion in fzf#run and s:cmd (shellescape depends on shellslash) - Double-quote the fzf command for cmd.exe - Add fzf#shellescape to encapsulate the logic - Close #786