mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 12:12:02 -07:00
@@ -74,7 +74,7 @@ function! s:shellesc(arg)
|
||||
endfunction
|
||||
|
||||
function! s:escape(path)
|
||||
return escape(a:path, ' %#''"\')
|
||||
return escape(a:path, ' $%#''"\')
|
||||
endfunction
|
||||
|
||||
" Upgrade legacy options
|
||||
|
Reference in New Issue
Block a user