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