Do not treat win32unix as Windows.

This reverts 16568f4815 which was, I believe now, mistaken.

See #471.
This commit is contained in:
Andy Stewart
2018-03-06 10:55:47 +00:00
parent 983193456f
commit b87aacbbfe

View File

@@ -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