From: Ben Beltran Date: Tue, 19 Apr 2016 18:04:04 +0000 (-0500) Subject: Double color lines in vim X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/feec907b9d58da086e9f92ba99810181e4626b89 Double color lines in vim --- diff --git a/vimrc b/vimrc index d7ca407..e9ce1c3 100755 --- a/vimrc +++ b/vimrc @@ -140,7 +140,7 @@ nmap :TagbarToggle let g:tagbar_ctags_bin="/usr/local/bin/ctags" " Color Column -set colorcolumn=81 +let &colorcolumn="80,120" " Add Pathogen call pathogen#infect()