diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-04-19 13:04:04 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-04-19 13:04:04 -0500 |
| commit | feec907b9d58da086e9f92ba99810181e4626b89 (patch) | |
| tree | 4cae7e796b503f77eb329a07988696d66e9f6dc2 | |
| parent | b4df743852d4a4f08cee9d75976fd7228eb99f02 (diff) | |
Double color lines in vim
| -rwxr-xr-x | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ nmap <F8> :TagbarToggle<CR> let g:tagbar_ctags_bin="/usr/local/bin/ctags" " Color Column -set colorcolumn=81 +let &colorcolumn="80,120" " Add Pathogen call pathogen#infect() |