mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-27 20:12:29 +08:00
Fix #114 - Escape $
This commit is contained in:
@@ -42,7 +42,7 @@ function! s:chomp(str)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:escape(path)
|
function! s:escape(path)
|
||||||
return escape(a:path, ' %#''"\')
|
return escape(a:path, ' $%#''"\')
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
if v:version >= 704
|
if v:version >= 704
|
||||||
|
|||||||
Reference in New Issue
Block a user