From 61bcdb146f8f42ea9e5dd50a77dd2bfee7f7342c Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 20 Aug 2017 03:59:09 -0400 Subject: [PATCH] [s:q] Use fzf#shellescape for Windows (#425) Fixes Lines, BLines, Buffers on Windows --- autoload/fzf/vim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/fzf/vim.vim b/autoload/fzf/vim.vim index ab61cb3..a3b11a0 100644 --- a/autoload/fzf/vim.vim +++ b/autoload/fzf/vim.vim @@ -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]