From b21c3432819a7fa0787c1928c4ffe4e776063c85 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 17 Apr 2015 18:51:53 +0200 Subject: [PATCH] Fix for 256 colours in xterm-256colors --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 8639cae..06b49ee 100644 --- a/.vimrc +++ b/.vimrc @@ -142,7 +142,7 @@ set smartcase set autoread " 2008-04-14 with the if-statement added at 2008-11-19 -if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" +if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" set t_Co=256 colorscheme zenburn