Remove win16 from WINDOWS()

I can't imagine this ever working :)
This commit is contained in:
Johnny Robeson 2015-11-16 03:43:13 -05:00
parent e96e1c1011
commit d5864bfc07

2
.vimrc
View File

@ -39,7 +39,7 @@
return has('unix') && !has('macunix') && !has('win32unix')
endfunction
silent function! WINDOWS()
return (has('win16') || has('win32') || has('win64'))
return (has('win32') || has('win64'))
endfunction
" }