diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/fzf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 81aff374..29175683 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() |
