diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 4dd7ece8..9aae66b3 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -143,7 +143,7 @@ function! fzf#install() if !filereadable(script) throw script.' not found' endif - let script = 'powershell -ExecutionPolicy Bypass -file ' . script + let script = 'powershell -ExecutionPolicy Bypass -file ' . shellescape(script) else let script = s:base_dir.'/install' if !executable(script)