summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2015-01-06 16:29:01 -0500
committerJune McEnroe <june@causal.agency>2015-01-06 16:29:01 -0500
commit431c34f0f2db4954f3b7b5b23ac1978985d8f6f7 (patch)
tree79587e90da875390b1b71b0bf54421f3aac1bb89 /.vimrc
parentAdd iTerm2 to effuse exlcude (diff)
downloadsrc-431c34f0f2db4954f3b7b5b23ac1978985d8f6f7.tar.gz
src-431c34f0f2db4954f3b7b5b23ac1978985d8f6f7.zip
Highlight columns 80, 100, 120
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index e30478f7..beb18742 100644
--- a/.vimrc
+++ b/.vimrc
@@ -38,8 +38,8 @@ set number
 " Perform spell-checking on strings and comments.
 set spell
 
-" Highlight the 80th column.
-set colorcolumn=80
+" Highlight the 80th, 100th and 120th columns.
+set colorcolumn=80,100,120
 
 " Set the window title with the current file name, status and directory.
 set title