parent
ffd8c0ad58
commit
750db5e5b9
@ -27,7 +27,7 @@ function! s:gsub(str,pat,rep) abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:winshell() abort
|
function! s:winshell() abort
|
||||||
return exists('+shellslash') && !&shellslash
|
return &shell =~? 'cmd' || exists('+shellslash') && !&shellslash
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:shellesc(arg) abort
|
function! s:shellesc(arg) abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user