From: Nick Bowler Date: Thu, 24 Mar 2011 14:42:54 +0000 (-0400) Subject: Don't force rxvt-unicode to 256 colours. X-Git-Url: https://git.draconx.ca/gitweb/vimconf.git/commitdiff_plain/a85463dfe03fc51999efb5ac95a9611d432d94cd?hp=0577bfb763f130bea68213310dabe47f2ffaf32d Don't force rxvt-unicode to 256 colours. Modern versions of rxvt-unicode have native support for 256 colours with proper terminfo entries. --- diff --git a/vimrc b/vimrc index 3f28d64..472aa4e 100644 --- a/vimrc +++ b/vimrc @@ -31,7 +31,3 @@ au BufNewFile,BufRead Makefile.inc set filetype=automake au BufReadPre .skk-uim-jisyo set fileencodings=euc-jp au BufNewFile,BufRead *.frag,*.vert,*.fp,*.vp,*.glsl set filetype=glsl - -if $TERM == "rxvt-unicode" - set t_Co=256 -endif