[s:q] Use fzf#shellescape for Windows (#425)
Fixes Lines, BLines, Buffers on Windows
This commit is contained in:
parent
d62ec0b113
commit
61bcdb146f
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ function! s:btags_sink(lines)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:q(query)
|
function! s:q(query)
|
||||||
return ' --query '.shellescape(a:query)
|
return ' --query '.fzf#shellescape(a:query)
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" query, [[tag commands], options]
|
" query, [[tag commands], options]
|
||||||
|
|
Loading…
Add table
Reference in a new issue