[s:q] Use fzf#shellescape for Windows (#425)

Fixes Lines, BLines, Buffers on Windows
This commit is contained in:
Jan Edmund Lazo
2017-08-20 03:59:09 -04:00
committed by Junegunn Choi
parent d62ec0b113
commit 61bcdb146f

View File

@@ -711,7 +711,7 @@ function! s:btags_sink(lines)
endfunction
function! s:q(query)
return ' --query '.shellescape(a:query)
return ' --query '.fzf#shellescape(a:query)
endfunction
" query, [[tag commands], options]