]> git.draconx.ca Git - vimconf.git/commitdiff
Don't force rxvt-unicode to 256 colours.
authorNick Bowler <nbowler@elliptictech.com>
Thu, 24 Mar 2011 14:42:54 +0000 (10:42 -0400)
committerNick Bowler <nbowler@elliptictech.com>
Thu, 24 Mar 2011 14:42:54 +0000 (10:42 -0400)
Modern versions of rxvt-unicode have native support for 256 colours with
proper terminfo entries.

vimrc

diff --git a/vimrc b/vimrc
index 3f28d6401af568589b6117cf58343d200f072a48..472aa4e87af97b60150760c710eab1f79b2e6782 100644 (file)
--- 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