mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 03:19:01 +00:00
[vim] Escape % # \
This commit is contained in:
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…
Reference in New Issue
Block a user