From 1b489d31fec39fcdbd65b881a14858d251894b16 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Wed, 16 Sep 2015 05:14:58 +0200
Subject: [PATCH] Add to vimrc.

---
 dotfiles_user_minimal/vimrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dotfiles_user_minimal/vimrc b/dotfiles_user_minimal/vimrc
index 0110b6e..74b2486 100644
--- a/dotfiles_user_minimal/vimrc
+++ b/dotfiles_user_minimal/vimrc
@@ -19,3 +19,6 @@ execute myvar
 
 " Keep syntax highlighting healthy.
 autocmd BufEnter * :syntax sync fromstart
+
+" Mark the 80-th column.
+set colorcolumn=80
-- 
2.30.2