Handle single/double quote characters in 'dir' option
This commit is contained in:
parent
1db7220e99
commit
63fc2490d8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ function! s:strip(str)
|
|||
endfunction
|
||||
|
||||
function! s:escape(path)
|
||||
return escape(a:path, ' %#\')
|
||||
return escape(a:path, ' %#''"\')
|
||||
endfunction
|
||||
|
||||
function! s:ansi(str, col, bold)
|
||||
|
|
Loading…
Add table
Reference in a new issue