[vim] Escape % # \

pull/226/merge
Junegunn Choi 9 years ago
parent f41de932d6
commit 7f59b42b05

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

Loading…
Cancel
Save