mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Do not treat win32unix as Windows.
This reverts 16568f4815 which was, I believe now, mistaken.
See #471.
This commit is contained in:
@@ -216,5 +216,5 @@ else
|
||||
endif
|
||||
|
||||
function! s:windows()
|
||||
return has('win64') || has('win32') || has('win32unix') || has('win16')
|
||||
return has('win64') || has('win32') || has('win16')
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user