mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 12:42:01 -07:00
[vim] Escape % # \
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user