From 07669adcf34cce52868733e6e21c4755d3753461 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Wed, 4 May 2016 14:56:47 +0200 Subject: [PATCH] =?UTF-8?q?ligne=20rouge=20moche=20=C3=A0=2080c=20->=20lig?= =?UTF-8?q?ne=20=C3=A0=20fond=20gris=20=C3=A0=2080=20et=20=C3=A0=20partir?= =?UTF-8?q?=20de=20120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 8123371..257846c 100644 --- a/vimrc +++ b/vimrc @@ -24,10 +24,11 @@ set shiftround "Round indent to nearest shiftwidth multiple """""" Réglages cosmétiques set background=dark -set cc=80 set number highlight ColorColumn ctermbg=8 "Détection de la profondeur des couleurs (8bits) if &t_Co > 8 colorscheme wombat256mod + let &colorcolumn="80,".join(range(120,999),",") + highlight ColorColumn ctermbg=235 guibg=#2c2d27 endif