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