mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -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
|
endif
|
||||||
|
|
||||||
function! s:windows()
|
function! s:windows()
|
||||||
return has('win64') || has('win32') || has('win32unix') || has('win16')
|
return has('win64') || has('win32') || has('win16')
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user