diff options
Diffstat (limited to 'vimrc')
| -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() |