We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74f29b commit aec464eCopy full SHA for aec464e
plug.vim
@@ -373,7 +373,7 @@ if s:is_win
373
if &shell =~# 'powershell\.exe'
374
let cmd = '& ' . cmd
375
elseif !has('nvim') && !has('gui_running') && &shell =~# 'cmd\.exe'
376
- let cmd = 'start /wait /min ' . cmd
+ let cmd = 'start ' . plug#shellescape('fzf', {'script': 0}) . ' /min ' . cmd
377
endif
378
return [batchfile, cmd]
379
endfunction
0 commit comments