diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 81aff374f686d75b0fc442139e2795875891c0ee..291756832246c498eb9a1c617309ee0d09877556 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -128,7 +128,7 @@ function! s:fzf_exec()
       throw 'fzf executable not found'
     endif
   endif
-  return s:is_win ? s:exec : fzf#shellescape(s:exec)
+  return fzf#shellescape(s:exec)
 endfunction
 
 function! s:tmux_enabled()