Thank you very much for your work on Vim.
In certain cases, Vim can quite-reliably guess the background color:
- On rxvt and its derivatives.
(See src/option.c:term_bg_default(), viewable online at
<
http://code.google.com/p/vim/source/search?q=^term_bg_default()>.)
- When the GUI is running.
In other cases, it can somewhat-reliably guess the background color:
- On Windows, on the Linux console, on Cygwin, and on PuTTY.
(These all have black backgrounds by default, and I assume the vast
majority of users don't change the background-color settings.)
I wonder if you could please enable Vim's syntax highlighting by default, at
least on platforms where you can reliably guess the background color.