[vim] Escape $

https://github.com/junegunn/fzf.vim/issues/114
This commit is contained in:
Junegunn Choi 2016-04-09 21:44:07 +09:00
parent 8d6e13bf94
commit e5ac2ebd7c

View File

@ -74,7 +74,7 @@ function! s:shellesc(arg)
endfunction endfunction
function! s:escape(path) function! s:escape(path)
return escape(a:path, ' %#''"\') return escape(a:path, ' $%#''"\')
endfunction endfunction
" Upgrade legacy options " Upgrade legacy options