mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -05:00
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user