mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Add win32unix to OS check.
This commit is contained in:
@@ -211,5 +211,5 @@ function! s:vimdiff(bufnr)
|
||||
endfunction
|
||||
|
||||
function! s:windows()
|
||||
return has('win64') || has('win32') || has('win16')
|
||||
return has('win64') || has('win32') || has('win32unix') || has('win16')
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user