From 84efa088762c5ab04cfa3180161bb68cb6d47abc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 15 Sep 2011 13:38:07 +0200 Subject: vimrc: Set colorcolumn instead of textwidth --- etc/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/vimrc b/etc/vimrc index 8af7ded..e2d7db0 100644 --- a/etc/vimrc +++ b/etc/vimrc @@ -20,7 +20,9 @@ set formatoptions=coqrt set t_Co=256 -set textwidth=78 +if version >= 703 + set colorcolumn=80 +endif " Folding set foldmethod=marker -- cgit v1.2.3