vim-colors-solarized icon indicating copy to clipboard operation
vim-colors-solarized copied to clipboard

use correct $TERM env. var. under Linux

Open Konfekt opened this issue 9 years ago • 3 comments

because $TERM_PROGRAM is only used by Mac OS

Konfekt avatar Feb 23 '16 18:02 Konfekt

+1 for this change

cgundogan avatar Apr 12 '16 21:04 cgundogan

Thanks for the support. How about @altercation should at some point deferring privileges to chosen members to resolve these semantic issues?

Konfekt avatar Apr 13 '16 07:04 Konfekt

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.

antoineco avatar Apr 14 '18 14:04 antoineco