diff --git a/plugin/fzf.vim b/plugin/fzf.vim index d1da7b79..40f01a0e 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -464,7 +464,7 @@ try let temps = { 'result': s:fzf_tempname() } let optstr = s:evaluate_opts(get(dict, 'options', '')) try - let fzf_exec = (&shell =~ 'powershell' ? '&' : '') . shellescape(fzf#exec()) + let fzf_exec = shellescape(fzf#exec()) catch throw v:exception endtry