mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 06:43:51 -05:00
Ignore 'shellslash' when checking for Win32 shell
This commit is contained in:
@@ -40,7 +40,7 @@ function! s:Uniq(list) abort
|
||||
endfunction
|
||||
|
||||
function! s:winshell() abort
|
||||
return exists('+shellslash') && !&shellslash && &shellcmdflag !~# '^-'
|
||||
return has('win32') && &shellcmdflag !~# '^-'
|
||||
endfunction
|
||||
|
||||
function! s:shellesc(arg) abort
|
||||
|
||||
Reference in New Issue
Block a user