vim-colors-solarized
vim-colors-solarized copied to clipboard
use correct $TERM env. var. under Linux
because $TERM_PROGRAM is only used by Mac OS
+1 for this change
Thanks for the support. How about @altercation should at some point deferring privileges to chosen members to resolve these semantic issues?
Stumbled upon this while trying to figure out why italics were enabled in GVim but not terminal Vim.
$TERM
is typically set to either xterm
or rxvt
, which is too vague to guarantee that italics is supported by the emulator or even enabled.
#120 is the way to go instead.