mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-14 23:32:30 +08:00
Handle single/double quote characters in 'dir' option
This commit is contained in:
@@ -32,7 +32,7 @@ function! s:strip(str)
|
||||
endfunction
|
||||
|
||||
function! s:escape(path)
|
||||
return escape(a:path, ' %#\')
|
||||
return escape(a:path, ' %#''"\')
|
||||
endfunction
|
||||
|
||||
function! s:ansi(str, col, bold)
|
||||
|
||||
Reference in New Issue
Block a user