mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
- 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