Junegunn Choi 8 years ago
parent 8d6e13bf94
commit e5ac2ebd7c

@ -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

Loading…
Cancel
Save