Skip to content

Commit

Permalink
Remove win16 from WINDOWS()
Browse files Browse the repository at this point in the history
I can't imagine this ever working :)
  • Loading branch information
Johnny Robeson authored and francoisjacques committed May 2, 2016
1 parent b2fad00 commit c3e4bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
" }

Expand Down

0 comments on commit c3e4bd2

Please sign in to comment.