mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
[s:q] Use fzf#shellescape for Windows (#425)
Fixes Lines, BLines, Buffers on Windows
This commit is contained in:
committed by
Junegunn Choi
parent
d62ec0b113
commit
61bcdb146f
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user