summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-09-15 13:38:07 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-09-15 13:38:07 +0200
commit84efa088762c5ab04cfa3180161bb68cb6d47abc (patch)
tree720865ec7c0d62f9a16db12d2fb96f0369eba1e9
parent67ee69a207f8b909609b50dc1783f495a80b5a7d (diff)
vimrc: Set colorcolumn instead of textwidth
-rw-r--r--etc/vimrc4
1 files changed, 3 insertions, 1 deletions
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