diff options
author | June McEnroe <programble@gmail.com> | 2015-01-06 16:29:01 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2015-01-06 16:29:01 -0500 |
commit | a4c865399ef7b18df4aa8694ddab90a08170f3dd (patch) | |
tree | e2677368899f0ad7331c2ce6d09b5ebdcd0447cd | |
parent | Add iTerm2 to effuse exlcude (diff) | |
download | src-a4c865399ef7b18df4aa8694ddab90a08170f3dd.tar.gz src-a4c865399ef7b18df4aa8694ddab90a08170f3dd.zip |
Highlight columns 80, 100, 120
-rw-r--r-- | .vimrc | 4 |
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 |