aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 34a5bd5..8b7d976 100644
--- a/vimrc
+++ b/vimrc
@@ -1,3 +1,7 @@
if has("syntax")
syntax on
endif
+
+if exists('+colorcolumn')
+ set colorcolumn=80
+endif